From e4b131531be9b476380898596a1ebb5b3b477ea5 Mon Sep 17 00:00:00 2001 From: Will Faught Date: Wed, 26 Jun 2024 21:46:03 -0700 Subject: [PATCH] Put next page link first --- layouts/partials/paige/footer.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/layouts/partials/paige/footer.html b/layouts/partials/paige/footer.html index 736b300d..ea586ba4 100644 --- a/layouts/partials/paige/footer.html +++ b/layouts/partials/paige/footer.html @@ -24,17 +24,17 @@ {{ if or $page.PrevInSection $page.NextInSection }}
- {{ with $page.NextInSection }} -

- ‹ {{ .Title }} -

- {{ end }} - {{ with $page.PrevInSection }}

{{ .Title }}

{{ end }} + + {{ with $page.NextInSection }} +

+ ‹ {{ .Title }} +

+ {{ end }}
{{ end }}