Suppression de la navigation entre les pages via les articles précédents et suivants
This commit is contained in:
parent
80ebce6c92
commit
8497172bc1
3 changed files with 7 additions and 2 deletions
|
@ -2,5 +2,4 @@
|
|||
<h1>{{ .Title }}</h1>
|
||||
{{- .Content -}}
|
||||
{{- partial "edit-meta.html" . -}}
|
||||
{{- partial "pagination.html" . -}}
|
||||
{{- end -}}
|
6
layouts/_default/single.html
Normal file
6
layouts/_default/single.html
Normal file
|
@ -0,0 +1,6 @@
|
|||
{{- define "main" -}}
|
||||
<h1>{{ .Title }}</h1>
|
||||
{{- partial "table-of-contents.html" . -}}
|
||||
{{- .Content -}}
|
||||
{{- partial "edit-meta.html" . -}}
|
||||
{{- end -}}
|
Loading…
Add table
Add a link
Reference in a new issue