Move to src dir

This commit is contained in:
Nox Sluijtman 2024-02-10 21:03:20 +01:00
parent 79fd67e916
commit bb3007d53f
83 changed files with 1316 additions and 2 deletions

View 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>