mirror of
https://github.com/TrezOne/congo-hindi-gujarati.git
synced 2026-07-18 08:48:26 -04:00
💄 Adjust metadata output
This commit is contained in:
@@ -1,11 +1,4 @@
|
||||
<time datetime="{{ .Date }}">
|
||||
{{- .Date.Format (.Site.Params.article.dateFormat | default "2 January 2006") -}}
|
||||
<time datetime="{{ . }}">
|
||||
{{- . | time.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 */ -}}
|
||||
|
||||
Reference in New Issue
Block a user