mirror of
https://github.com/panr/hugo-theme-terminal.git
synced 2024-11-29 06:58:45 +03:00
Merge pull request #260 from sophiabrandt/fix/paginator
[Bugfix] pagination, close #235
This commit is contained in:
commit
360673bedf
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue