mirror of https://github.com/jpanther/congo.git
🔧 Revert to Date.Format instead of time.Format
parent
57c42a12c4
commit
6313f69328
|
@ -1,4 +1,4 @@
|
||||||
<time datetime="{{ . }}">
|
<time datetime="{{ . }}">
|
||||||
{{- . | time.Format (site.Params.article.dateFormat | default "2 January 2006") -}}
|
{{- .Format (site.Params.article.dateFormat | default "2 January 2006") -}}
|
||||||
</time>
|
</time>
|
||||||
{{- /* Trim EOF */ -}}
|
{{- /* Trim EOF */ -}}
|
||||||
|
|
Loading…
Reference in New Issue