J'espère que ça rattrape le tout ?

This commit is contained in:
yv_pic
2021-05-30 16:01:05 +02:00
parent 1898364ee5
commit ab6dcdf2d3
16 changed files with 160 additions and 634 deletions

View File

@@ -19,19 +19,19 @@
{{ else }}
{{ .Content }}
{{ end }}
{{ if or (.PrevInSection) (.NextInSection) }}
{{if or (.PrevInSection) (.NextInSection)}}
<div class="next-prev">
<hr>
<div class="g-two-up">
{{with .PrevInSection }}
<div>
<h3>Previous</h3>
<h3>Suivant</h3>
<p><a href=" {{ .Permalink }}">{{ .Title | safeHTML }}</a></p>
</div>
{{ end }}
{{with .NextInSection }}
<div>
<h3>Next</h3>
<h3>Précédent</h3>
<p><a href=" {{ .Permalink }}">{{ .Title | safeHTML }}</a></p>
</div>
{{ end }}