Einträge Martinique
Deploy Hugo Site / Deploy Batch Tools on beta.batch.tools (push) Successful in 5m12s

This commit is contained in:
2025-01-27 14:44:05 +01:00
parent ff2ddc103d
commit 457385e065
37 changed files with 213 additions and 154 deletions
+6 -6
View File
@@ -10,20 +10,20 @@
{{- partial "post-gallery.html" . -}}
<div class="flex flex-row justify-between mt-8">
<div>
{{ if .PrevPage }}
{{ if .Prev }}
<a
class="underline text-tertiary-600 hover:text-tertiary-500 visited:text-primary-400"
href="{{ .PrevPage.Permalink }}"
>Vorheriger: {{ .PrevPage.Title }}</a
href="{{ .Prev.Permalink }}"
>Vorheriger: {{ .Prev.Title }}</a
>
{{ end }}
</div>
<div>
{{ if .NextPage }}
{{ if .Next }}
<a
class="underline text-tertiary-600 hover:text-tertiary-500 visited:text-primary-400"
href="{{ .NextPage.Permalink }}"
>Nächster: {{ .NextPage.Title }}</a
href="{{ .Next.Permalink }}"
>Nächster: {{ .Next.Title }}</a
>
{{ end }}
</div>