Revert "Update list.html"

This reverts commit eb317a3b307c840bc2da92fa1ecd3bb81015983d.
This commit is contained in:
Hesam Panahi 2022-02-05 23:14:01 -06:00
parent e8d5ab977c
commit a321bc59ee

View File

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