Einträge Martinique
Deploy Hugo Site / Deploy Batch Tools on beta.batch.tools (push) Successful in 5m12s
Deploy Hugo Site / Deploy Batch Tools on beta.batch.tools (push) Successful in 5m12s
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user