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>
|
||||
<!-- "{{.Content}}" pulls from the markdown content of the corresponding _index.md -->
|
||||
{{.Content }}
|
||||
{{ range .Paginator.Pages }}
|
||||
{{ range .Pages }}
|
||||
<article>
|
||||
<a href="{{ .Permalink }}">
|
||||
{{.Title}}
|
||||
|
|
Loading…
Reference in New Issue