From 272f094f360f9c14a5de76f4be993a53b4816cf3 Mon Sep 17 00:00:00 2001 From: Will Faught Date: Fri, 12 Jul 2024 19:07:58 -0700 Subject: [PATCH] Have site footer only if needed --- layouts/partials/paige/site-footer.html | 48 ++++++++++++------------- 1 file changed, 23 insertions(+), 25 deletions(-) diff --git a/layouts/partials/paige/site-footer.html b/layouts/partials/paige/site-footer.html index 0f244b9f..a1c33e04 100644 --- a/layouts/partials/paige/site-footer.html +++ b/layouts/partials/paige/site-footer.html @@ -15,28 +15,26 @@ {{ $credit = markdownify $credit }} {{ end }} - +{{ if or $copyright $credit $first $last $license }} + +{{ end }}