We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12f2ab0 commit d9a7c72Copy full SHA for d9a7c72
layouts/partials/post_nav_links.html
@@ -0,0 +1,16 @@
1
+<nav class="paginav">
2
+ {{- with .NextInSection }}
3
+ <a class="prev" href="{{ .Permalink }}">
4
+ <span class="title">« {{ i18n "next_page" }}</span>
5
+ <br>
6
+ <span>{{- .Name -}}</span>
7
+ </a>
8
+ {{- end }}
9
+ {{- with .PrevInSection }}
10
+ <a class="next" href="{{ .Permalink }}">
11
+ <span class="title">{{ i18n "prev_page" }} »</span>
12
13
14
15
16
+</nav>
0 commit comments