Update single.html
This commit is contained in:
parent
93ce88f13b
commit
95d3e9470d
@ -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 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>
|
</span>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{ with .Params.Author }}
|
{{ with .Params.Author }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user