Update single.html

This commit is contained in:
Hesam Panahi 2021-06-28 21:38:28 -05:00
parent 4bfffd4d8c
commit 7a0bb53e24

View File

@ -5,7 +5,7 @@
<div class="post-meta">
{{ if .Params.Date }}
<span class="post-date">
{{ .Date.Format "2006-01-02" }} {{ if $.Site.Params.showLastUpdated }}[{{or $.Site.Params.updatedDatePrefix "Updated"}}: {{ .Lastmod.Format "2006-01-02" }}]{{ end }}
{{ .Date.Format "2006-01-02" }} {{ if $.Site.Params.showLastUpdated }}[{{or $.Site.Params.updatedDatePrefix "Updated"}}: {{ .Lastmod.Format "2006-01-02" }}]{{ end }} | {{ .ReadingTime }} mins
</span>
{{ end }}
{{ with .Params.Author }}
@ -21,7 +21,6 @@
</span>
{{ end }}
{{ .ReadingTime }} mins
{{ if .Params.Cover }}
<img src="{{ .Params.Cover | absURL }}" class="post-cover" alt="{{ .Title | plainify | default " " }}" />