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">
|
<div class="articles-list">
|
||||||
{{ range $paginator.Pages }}
|
{{ range $paginator.Pages }}
|
||||||
<article>
|
<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 }}
|
{{ .Summary }}
|
||||||
</article>
|
</article>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
Loading…
Reference in New Issue