J'espère que ça rattrape le tout ?
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user