page: deactivate pagination
* NEW Sets `paginate` to zero. * NEW Removes `.Paginator` from the section layout. Co-Authored-by: Igor Milhit <igor@milhit@.ch>pull/31/head
parent
8fb20228e9
commit
cabdffa8ac
|
@ -4,7 +4,7 @@
|
||||||
</header>
|
</header>
|
||||||
<!-- "{{.Content}}" pulls from the markdown content of the corresponding _index.md -->
|
<!-- "{{.Content}}" pulls from the markdown content of the corresponding _index.md -->
|
||||||
{{.Content }}
|
{{.Content }}
|
||||||
{{ range .Paginator.Pages }}
|
{{ range .Pages }}
|
||||||
<article>
|
<article>
|
||||||
<a href="{{ .Permalink }}">
|
<a href="{{ .Permalink }}">
|
||||||
{{.Title}}
|
{{.Title}}
|
||||||
|
|
Loading…
Reference in New Issue