summaryrefslogtreecommitdiff
path: root/templates/blog-footer.html
diff options
context:
space:
mode:
authorBill <bill@billserver.senders.io>2022-12-31 14:23:20 -0500
committerBill <bill@billserver.senders.io>2022-12-31 14:23:20 -0500
commit44da246fa5e373c86373889b53263f52af84d525 (patch)
tree8eed772e39a010703283726389139744978a6bfc /templates/blog-footer.html
parentab5ecccf0e282c9a181a8123196e42b8c7ca9009 (diff)
Major overhaul, markdowns + copyright notice
Diffstat (limited to 'templates/blog-footer.html')
-rw-r--r--templates/blog-footer.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/blog-footer.html b/templates/blog-footer.html
index de97660..2786723 100644
--- a/templates/blog-footer.html
+++ b/templates/blog-footer.html
@@ -2,5 +2,11 @@
<div id="footer">
<i>BLOG_DATE</i>
</div>
+ <div id='copyright'>
+ <small>© 2023 senders dot io -
+ <a rel="license external noopener noreferrer" target="_blank" href="https://creativecommons.org/licenses/by/4.0/">CC BY-SA 4.0</a>
+ unless otherwise noted.
+ </small>
+ </div>
</body>
</html>