fix: Leftover </time>
parent
c7b44080f4
commit
3f1a4691f8
|
@ -4,7 +4,6 @@
|
|||
<ul>
|
||||
<li>
|
||||
Published on {{ .Date.Format "Jan 02, 2006" }}
|
||||
</time>
|
||||
{{ if .Lastmod }}{{ if not (eq .Lastmod .Date )}}
|
||||
<i>(<b>updated</b> {{ dateFormat "2006-01-02" .Lastmod.Local }})</i>
|
||||
{{ end }}{{ end }}
|
||||
|
|
Loading…
Reference in New Issue