Fix paranthesis on last mod date

This commit is contained in:
Joshua Goins 2023-04-26 12:44:49 -04:00
parent 6923b54141
commit 9b0cec5008

View file

@ -7,10 +7,9 @@
<time datetime="{{ .Page.Lastmod.Format "2006-01-02" }}" class="text-muted">
{{ $.Date.Format "January 02, 2006" }}
</time>
(Updated on
<time datetime="{{ .Page.Lastmod.Format "2006-01-02" }}" class="text-muted">
{{ $.Page.Lastmod.Format "January 02, 2006" }}
</time>)
(Updated on {{ $.Page.Lastmod.Format "January 02, 2006" }})
</time>
</i>
{{ end }}