Update single.html

This commit is contained in:
Hesam Panahi 2021-06-28 21:44:47 -05:00
parent 90ef0be35c
commit 93ce88f13b

View File

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