Fix paranthesis on last mod date
This commit is contained in:
parent
6923b54141
commit
9b0cec5008
1 changed files with 2 additions and 3 deletions
|
@ -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 }}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue