From e5865e7996c08db7472a559aa73fa9a4b3d06ecc Mon Sep 17 00:00:00 2001 From: Will Faught Date: Fri, 12 Jul 2024 13:11:52 -0700 Subject: [PATCH] Add #paige-site-footer --- README.md | 2 ++ layouts/partials/paige/footer.html | 20 ++++++++++++-------- 2 files changed, 14 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index cb5345a0..8415e668 100644 --- a/README.md +++ b/README.md @@ -1059,6 +1059,8 @@ Page identifiers:
The series.
#paige-site-description
The site description.
+
#paige-site-footer
+
The container of the site copyright, license, and credit content.
#paige-site-title
The site title.
#paige-title
diff --git a/layouts/partials/paige/footer.html b/layouts/partials/paige/footer.html index e74ffaea..d69c840a 100644 --- a/layouts/partials/paige/footer.html +++ b/layouts/partials/paige/footer.html @@ -62,16 +62,20 @@ {{ end }} - {{ with $copyright }} - - {{ end }} + {{ if or $copyright $credit $license }} + {{ end }} {{ if templates.Exists "partials/paige/footer-last.html" }}