Traduction de texte qui étaient encore en anglais
This commit is contained in:
parent
783ce3f332
commit
37c6366447
2 changed files with 8 additions and 0 deletions
7
layouts/partials/last-updated.html
Normal file
7
layouts/partials/last-updated.html
Normal 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 }}
|
1
layouts/partials/powered.html
Normal file
1
layouts/partials/powered.html
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue