add pagination to section, fix graph linking
This commit is contained in:
parent
1a8cdaad24
commit
efeaf0f4e4
2 changed files with 4 additions and 3 deletions
|
@ -14,7 +14,8 @@
|
|||
</header>
|
||||
<article>
|
||||
<h1>All {{.Title}}</h1>
|
||||
{{partial "page-list.html" .Pages.ByLastmod.Reverse }}
|
||||
{{partial "page-list.html" .Paginator.Pages.ByLastmod.Reverse }}
|
||||
{{ template "_internal/pagination.html" .}}
|
||||
</article>
|
||||
{{partial "contact.html" .}}
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue