aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 · [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 }}
<a href="/sitemap.xml" >Site Map</a>
</footer>