From 49b0e7c6fef21923c851b86cf6bf79b83bf2d678 Mon Sep 17 00:00:00 2001 From: Will Faught Date: Sun, 29 Jan 2023 11:48:00 -0800 Subject: [PATCH] Move credit link to separate p --- layouts/partials/paige/footer.html | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/layouts/partials/paige/footer.html b/layouts/partials/paige/footer.html index 10112c71..bb70ca38 100644 --- a/layouts/partials/paige/footer.html +++ b/layouts/partials/paige/footer.html @@ -10,11 +10,10 @@ {{ if $first }} {{ partial "paige/footer-first.html" . }} {{ end }} - {{ if and $copyright $credit }} -

{{ $copyright | markdownify }} ยท Paige Theme

- {{ else if $copyright }} -

{{ $copyright | markdownify }}

- {{ else if $credit }} + {{ if $copyright }} +

{{ $copyright | markdownify }}

+ {{ end }} + {{ if $credit }}

Paige Theme

{{ end }} {{ if $last }}