Update list.html

This commit is contained in:
Hesam Panahi 2021-06-28 22:35:16 -05:00
parent b02432a672
commit eb317a3b30

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