From 532a102a870206ae99b47cc9f18edd9e7149b16e Mon Sep 17 00:00:00 2001 From: Nikolay Yakimov Date: Sun, 26 Mar 2017 20:15:36 +0300 Subject: [PATCH] Remove baseurl from automatic navigation arrows Since it's already included in `Page.URL` --- layouts/partials/footer.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 76d197f506..8e84557123 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -37,12 +37,12 @@ {{if eq $element.UniqueID $uniqueid }} {{ if not (isset $.Params "prev") }} {{ with index $allpages (sub $index 1) }} - + {{ end }} {{ end }} {{ if not (isset $.Params "next") }} {{ with index $allpages (add $index 1) }} - + {{ end }} {{ end }} {{ end }}