blob: d89b779db3a3e7ae9a65e0e19703461772cae437 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<div class="article-nextprev noprint">
<div class="next-post">
{{ if .NextInSection }}
<a class="link-reverse" href="{{ .NextInSection.Permalink }}?ref=footer"
>« {{ .NextInSection.Title | truncate 30 "..." }}</a
>
{{ end }}
</div>
<div class="previous-post">
{{ if .PrevInSection }}
<a class="link-reverse" href="{{ .PrevInSection.Permalink }}?ref=footer"
>{{ .PrevInSection.Title | truncate 30 "..."}} »</a
>
{{ end }}
</div>
</div>
|