fix date
This commit is contained in:
parent
6b098dc663
commit
a91f7633b8
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
||||||
{{end}}
|
{{end}}
|
||||||
</div>
|
</div>
|
||||||
<p>
|
<p>
|
||||||
{{if .Date }}<strong>Published:</strong> <a href="{{.Permalink}}#metadata">{{.Date | time.Format "Jan 02 2006"}}</a>
|
{{if .Date }}<strong>Published: </strong>{{.Date | time.Format "Jan 02 2006"}}
|
||||||
{{end}}
|
{{end}}
|
||||||
{{if .Params.updated}}
|
{{if .Params.updated}}
|
||||||
<br><strong>Updated:</strong> {{.Params.updated | time.Format "Jan 02 2006"}}
|
<br><strong>Updated:</strong> {{.Params.updated | time.Format "Jan 02 2006"}}
|
||||||
|
|
Loading…
Reference in a new issue