Add post navigation

Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
2025-09-09 11:09:05 +01:00
parent 53705dcd34
commit 57208ea1c8
6 changed files with 87 additions and 2 deletions

View File

@@ -1,8 +1,9 @@
{{ define "main" }}
<main>
{{ partial "components/hero/default.html" . }}
{{ partial "components/hero/index.html" . }}
<div class="content">
{{ .Content }}
</div>
{{ partial "components/postnav/index.html" . }}
</main>
{{ end }}