From 9bff1486d8bfe69004e770fd8f35e08efd1ef489 Mon Sep 17 00:00:00 2001 From: tdro Date: Fri, 26 Jan 2024 13:41:44 -0500 Subject: themes/default/layouts/partials/footer: Fix customization --- data/authors/canory.yaml | 1 + themes/default/layouts/partials/footer.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/data/authors/canory.yaml b/data/authors/canory.yaml index 0b5ea9e..8c8cf22 100644 --- a/data/authors/canory.yaml +++ b/data/authors/canory.yaml @@ -8,6 +8,7 @@ domain: host: canory.example url: https://example.com epoch: Arrived on the second fortnight of April, `2022` +footer: Canory's Micro Blog · [CC0](https://creativecommons.org/publicdomain/zero/1.0/) picture: header: media/header.jpg profile: media/picture.png diff --git a/themes/default/layouts/partials/footer.html b/themes/default/layouts/partials/footer.html index cae0cbf..54d6ab1 100644 --- a/themes/default/layouts/partials/footer.html +++ b/themes/default/layouts/partials/footer.html @@ -8,7 +8,7 @@ Copyright © {{ now | time.Format "2006"}} · {{- end -}} {{- else -}} - {{ or $author.default.footer $author.title | markdownify }} · + {{ or $author.footer $author.title | markdownify }} · {{- end }} Site Map -- cgit v1.2.3