aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2024-01-26 13:41:44 -0500
committertdro <tdro@noreply.example.com>2024-01-26 13:41:44 -0500
commit9bff1486d8bfe69004e770fd8f35e08efd1ef489 (patch)
tree8287cb3b5a3a03b947ffd107bf43f6ef9af9f10e
parentddee0102aef736b05e17d171849ff959c57fa7e1 (diff)
downloadcanory-9bff1486d8bfe69004e770fd8f35e08efd1ef489.tar.gz
canory-9bff1486d8bfe69004e770fd8f35e08efd1ef489.tar.bz2
canory-9bff1486d8bfe69004e770fd8f35e08efd1ef489.zip
themes/default/layouts/partials/footer: Fix customization
-rw-r--r--data/authors/canory.yaml1
-rw-r--r--themes/default/layouts/partials/footer.html2
2 files changed, 2 insertions, 1 deletions
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 &middot; [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 &copy; {{ now | time.Format "2006"}} &middot;
{{- end -}}
{{- else -}}
- {{ or $author.default.footer $author.title | markdownify }} &middot;
+ {{ or $author.footer $author.title | markdownify }} &middot;
{{- end }}
<a href="/sitemap.xml" >Site Map</a>
</footer>