mirror of
https://gitlab.com/EternalWanderer/voidcruiser.nl
synced 2025-06-08 14:14:24 +02:00
8 lines
300 B
HTML
8 lines
300 B
HTML
|
<div class="pagination__buttons">
|
||
|
{{ if .NextInSection }}
|
||
|
<a class="button prev" href="{{ .NextInSection.RelPermalink }}">{{ .NextInSection.Title }}</a>
|
||
|
{{ end }}
|
||
|
{{ if .PrevInSection }}
|
||
|
<a class="button next" href="{{ .PrevInSection.RelPermalink }}">{{ .PrevInSection.Title }}</a>
|
||
|
{{ end }}
|
||
|
</div>
|