mirror of
https://github.com/TrezOne/congo-hindi-gujarati.git
synced 2026-06-30 20:13:17 -04:00
bf9d11d23a
(Ref: #43)
12 lines
411 B
HTML
12 lines
411 B
HTML
<time datetime="{{ .Date }}">
|
|
{{- .Date.Format .Site.Params.article.dateFormat | default "2 January 2006" -}}
|
|
</time>
|
|
{{ if .Params.showDateUpdated | default (.Site.Params.article.showDateUpdated | default false) }}
|
|
(Updated:
|
|
<time datetime="{{ .Lastmod }}">
|
|
{{- .Lastmod.Format .Site.Params.article.dateFormat | default "2 January 2006" -}}
|
|
</time>
|
|
)
|
|
{{ end }}
|
|
{{- /* Trim EOF */ -}}
|