From 8e388f6beecc8c7c38fc74cdf6ae15ad87004db4 Mon Sep 17 00:00:00 2001 From: Will Faught Date: Sun, 9 Jun 2024 19:08:44 -0700 Subject: [PATCH] Remove prev, next page arrows from links --- 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 1b2d4310..95277863 100644 --- a/layouts/partials/paige/footer.html +++ b/layouts/partials/paige/footer.html @@ -26,13 +26,13 @@
{{ if $page.PrevInSection }}

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

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

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

{{ end }}