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">
|
<time datetime="{{ .Page.Lastmod.Format "2006-01-02" }}" class="text-muted">
|
||||||
{{ $.Date.Format "January 02, 2006" }}
|
{{ $.Date.Format "January 02, 2006" }}
|
||||||
</time>
|
</time>
|
||||||
(Updated on
|
|
||||||
<time datetime="{{ .Page.Lastmod.Format "2006-01-02" }}" class="text-muted">
|
<time datetime="{{ .Page.Lastmod.Format "2006-01-02" }}" class="text-muted">
|
||||||
{{ $.Page.Lastmod.Format "January 02, 2006" }}
|
(Updated on {{ $.Page.Lastmod.Format "January 02, 2006" }})
|
||||||
</time>)
|
</time>
|
||||||
</i>
|
</i>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue