From 1171b6a4862e24c02882992b44fd1c4b077f0e64 Mon Sep 17 00:00:00 2001 From: Will Faught Date: Thu, 30 May 2024 21:48:35 -0700 Subject: [PATCH] Fix prev, next page link URLs --- layouts/partials/paige/footer.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/partials/paige/footer.html b/layouts/partials/paige/footer.html index a3f516e2..4e8fa46c 100644 --- a/layouts/partials/paige/footer.html +++ b/layouts/partials/paige/footer.html @@ -19,13 +19,13 @@
{{ if $page.PrevInSection }}

- ← {{ $page.PrevInSection.Title }} + ← {{ $page.PrevInSection.Title }}

{{ end }} {{ if $page.NextInSection }}

- {{ $page.NextInSection.Title }} → + {{ $page.NextInSection.Title }} →

{{ end }}