diff --git a/layouts/partials/paige/footer.html b/layouts/partials/paige/footer.html index 95277863..9ff20a1f 100644 --- a/layouts/partials/paige/footer.html +++ b/layouts/partials/paige/footer.html @@ -24,15 +24,15 @@ {{ if or $page.PrevInSection $page.NextInSection }}
- {{ if $page.PrevInSection }} + {{ with $page.NextInSection }}

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

{{ end }} - {{ if $page.NextInSection }} + {{ with $page.PrevInSection }}

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

{{ end }}