Traduction de texte qui étaient encore en anglais

This commit is contained in:
Stanislas Jouffroy 2025-03-22 15:10:48 +01:00
parent 783ce3f332
commit 37c6366447
2 changed files with 8 additions and 0 deletions

View file

@ -0,0 +1,7 @@
{{ if ne ( .Lastmod.Format "2006-01-02" ) "0001-01-01" }}
Mis à jour 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 }}

View file

@ -0,0 +1 @@
<p class="powered">Site fait avec <a href="https://gohugo.io">Hugo</a>. Thème basé sur <a href="https://themes.gohugo.io/hugo-theme-techdoc/">TechDoc</a> mais revu à ma sauce.</p>