Suppression de la navigation entre les pages via les articles précédents et suivants

This commit is contained in:
Stanislas Jouffroy 2025-03-23 15:04:24 +01:00
parent 80ebce6c92
commit 8497172bc1
3 changed files with 7 additions and 2 deletions

View file

@ -2,5 +2,4 @@
<h1>{{ .Title }}</h1>
{{- .Content -}}
{{- partial "edit-meta.html" . -}}
{{- partial "pagination.html" . -}}
{{- end -}}

View file

@ -0,0 +1,6 @@
{{- define "main" -}}
<h1>{{ .Title }}</h1>
{{- partial "table-of-contents.html" . -}}
{{- .Content -}}
{{- partial "edit-meta.html" . -}}
{{- end -}}

@ -1 +1 @@
Subproject commit 595a9485fa85822873e6c9ac738edfd6ba30413d
Subproject commit d4d62577b9df9014d79d44bff2c9a4fa89088dc4