From c5f5a919a1c64a1dc779ceed81185cde88a628aa Mon Sep 17 00:00:00 2001 From: Sally McGrath Date: Tue, 29 Oct 2024 10:54:04 +0000 Subject: [PATCH] I'm totally wrong it will work (#1144) this didn't work when I tried it before, but there's obviously something wrong in my pages model because it works now, and this is a much much smaller change --- common-theme/layouts/_default/sprint.html | 22 ------------------- .../layouts/partials/page-footer.html | 10 ++++----- 2 files changed, 5 insertions(+), 27 deletions(-) diff --git a/common-theme/layouts/_default/sprint.html b/common-theme/layouts/_default/sprint.html index f89485a7e..fce2eede1 100644 --- a/common-theme/layouts/_default/sprint.html +++ b/common-theme/layouts/_default/sprint.html @@ -14,26 +14,4 @@

{{ .Title }}

{{ end }} - {{ end }} diff --git a/common-theme/layouts/partials/page-footer.html b/common-theme/layouts/partials/page-footer.html index a012c9f33..301081b06 100644 --- a/common-theme/layouts/partials/page-footer.html +++ b/common-theme/layouts/partials/page-footer.html @@ -1,9 +1,9 @@ -{{/* Section navigation */}} - -{{ if or .PrevInSection .NextInSection }} +{{/* Section navigation and other tiny tips */}} +{{ if or .IsSection .IsPage }}