summaryrefslogtreecommitdiff
path: root/zola/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'zola/templates/base.html')
-rw-r--r--zola/templates/base.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/zola/templates/base.html b/zola/templates/base.html
index d60212c..ac4b138 100644
--- a/zola/templates/base.html
+++ b/zola/templates/base.html
@@ -44,7 +44,8 @@
</section>
</div>
<section title="Footer">
- <footer>ndato.com - Nicol&aacute;s Dato - 2024</footer>
+ <footer>© 2025 Nicol&aacute;s Dato</footer>
+ <footer>Licensed under <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/">Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International</a><img src="https://mirrors.creativecommons.org/presskit/icons/cc.svg" alt="" style="max-width: 1em;max-height:1em;margin-left: .2em;"><img src="https://mirrors.creativecommons.org/presskit/icons/by.svg" alt="" style="max-width: 1em;max-height:1em;margin-left: .2em;"><img src="https://mirrors.creativecommons.org/presskit/icons/nc.svg" alt="" style="max-width: 1em;max-height:1em;margin-left: .2em;"><img src="https://mirrors.creativecommons.org/presskit/icons/sa.svg" alt="" style="max-width: 1em;max-height:1em;margin-left: .2em;"></footer>
</section>
</body>
</html>