Update single.html

This commit is contained in:
Hesam Panahi 2021-06-28 21:47:03 -05:00
parent 93ce88f13b
commit 95d3e9470d

View File

@ -5,7 +5,7 @@
<div class="post-meta">
{{ if .Params.Date }}
<span class="post-date">
{{ .Date.Format "Mar 3 2006" }} {{ if $.Site.Params.showLastUpdated }}[{{or $.Site.Params.updatedDatePrefix "Updated"}}: {{ .Lastmod.Format "2006-01-02" }}]{{ end }} | reading time: {{ .ReadingTime }} minutes
{{ .Date.Format "Mar 4 2006" "2006-03-04"}} {{ if $.Site.Params.showLastUpdated }}[{{or $.Site.Params.updatedDatePrefix "Updated"}}: {{ .Lastmod.Format "2006-01-02" }}]{{ end }} | reading time: {{ .ReadingTime }} minutes
</span>
{{ end }}
{{ with .Params.Author }}