We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7eb3a3f commit aeb416aCopy full SHA for aeb416a
layouts/index.html
@@ -4,19 +4,19 @@
4
{{ partial "index/introduction.html" . }}
5
6
<div class="catalogue">
7
- {{ range (.Paginate .Pages).Pages }}
+ {{ range (.Paginate .Site.RegularPages).Pages }}
8
{{ .Render "summary" }}
9
{{ end }}
10
</div>
11
-
+
12
<div class="pagination">
13
{{ if .Paginator.HasPrev }}
14
<a href="{{ .Paginator.Prev.URL }}" class="left arrow">←</a>
15
16
{{ if .Paginator.HasNext }}
17
<a href="{{ .Paginator.Next.URL }}" class="right arrow">→</a>
18
19
20
<span>{{ .Paginator.PageNumber }}</span>
21
22
</main>
0 commit comments