diff options
Diffstat (limited to 'templates/footer.html')
-rw-r--r-- | templates/footer.html | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/templates/footer.html b/templates/footer.html index c952a93..422c90c 100644 --- a/templates/footer.html +++ b/templates/footer.html @@ -1,5 +1 @@ -<footer> - {%- if not config.extra.hide_made_with_line %} - Made with <a href="https://codeberg.org/alanpearce/zola-bearblog">Zola ʕ•ᴥ•ʔ Bear</a> - {%- endif %} -</footer> +<footer>Licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>.</footer> |