Merge pull request #260 from sophiabrandt/fix/paginator

[Bugfix] pagination, close #235
This commit is contained in:
Radek Kozieł
2021-10-24 10:03:55 +02:00
committed by GitHub

View File

@ -5,7 +5,7 @@
</div>
{{ end }}
<div class="posts">
{{ range .Pages }}
{{ range .Paginator.Pages }}
<div class="post on-list">
<h1 class="post-title">
<a href="{{ .Permalink }}">{{ .Title | markdownify }}</a>