feat(): change date format to YYYY-mm-dd hh:mm-ss
This commit is contained in:
parent
373a869d4c
commit
b78846f55b
|
@ -3,7 +3,7 @@
|
|||
<div class="articles-list">
|
||||
{{ range $paginator.Pages }}
|
||||
<article>
|
||||
<h3><a href="{{ .Permalink }}">{{ .Title }}</a> - {{ dateFormat "01-02-2006 15:04:05" .Date }}</h3>
|
||||
<h3><a href="{{ .Permalink }}">{{ .Title }}</a> - {{ dateFormat "2006-01-02 15:04:05" .Date }}</h3>
|
||||
{{ .Summary }}
|
||||
</article>
|
||||
{{ end }}
|
||||
|
|
Loading…
Reference in New Issue