feat: Modification de texte

This commit is contained in:
2020-12-05 10:02:05 +01:00
parent 33cb348efd
commit 42caa84a2a
8 changed files with 17 additions and 16 deletions

View File

@ -10,11 +10,11 @@
<hr>
<h2>
{{ if and .NextInSection .PrevInSection }}
Les actualités suivant et précédent
Les actualités suivantes et précédentes
{{ else if .NextInSection }}
L'actualité précédent
L'actualité précédente
{{ else }}
L'actualité suivant
L'actualité suivante
{{ end }}
</h2>
{{ with .NextInSection }}