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}}
|
||||
</div>
|
||||
<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}}
|
||||
{{if .Params.updated}}
|
||||
<br><strong>Updated:</strong> {{.Params.updated | time.Format "Jan 02 2006"}}
|
||||
|
|
Loading…
Reference in a new issue