site_tssr/themes/hugo-theme-techdoc/layouts/partials/last-updated.html

7 lines
333 B
HTML

{{ if ne ( .Lastmod.Format "2006-01-02" ) "0001-01-01" }}
Dernière modification le {{ .Lastmod.Format ( $.Site.Params.dateformat | default "2 Jan 2006") }}
{{ end }}
{{ if ne ( .PublishDate.Format "2006-01-02" ) "0001-01-01" }}
<br>
Publié le {{ .PublishDate.Format ( $.Site.Params.dateformat | default "2 Jan 2006") -}}
{{ end }}