mirror of
https://gitlab.com/EternalWanderer/voidcruiser.nl
synced 2025-06-08 14:14:24 +02:00
Move to src dir
This commit is contained in:
parent
79fd67e916
commit
bb3007d53f
83 changed files with 1316 additions and 2 deletions
8
src/themes/vugo/layouts/partials/posts_pagination.html
Normal file
8
src/themes/vugo/layouts/partials/posts_pagination.html
Normal file
|
@ -0,0 +1,8 @@
|
|||
<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>
|
Loading…
Add table
Add a link
Reference in a new issue