]> git.p6c8.net - pcdenotes.git/commitdiff
Added link to CC BY 4.0
authorPatrick Canterino <patrick@patrick-canterino.de>
Sat, 26 Feb 2022 12:21:42 +0000 (13:21 +0100)
committerPatrick Canterino <patrick@patrick-canterino.de>
Sat, 26 Feb 2022 12:21:42 +0000 (13:21 +0100)
notes/templates/note_base.html

index 3b24a1174600ca26a031212f682c517c6c64f5aa..b1a202230ad6db65289407b27a288e53e559efe8 100644 (file)
@@ -39,7 +39,7 @@
     <div id="copyright">
       {% with year_start="2022" %}
       {% now "Y" as year_current %}
-      © {% if year_current > year_start %}{{ year_start }}-{% endif %}{{ year_current }} <a href="https://www.patrick-canterino.de/">Patrick Canterino</a>
+      © {% if year_current > year_start %}{{ year_start }}-{% endif %}{{ year_current }} <a href="https://www.patrick-canterino.de/">Patrick Canterino</a> | Content is licensed under <a href="https://creativecommons.org/licenses/by/4.0/deed.en">CC BY 4.0</a>
       {% endwith %}
     </div>
     <div id="footer-note">

patrick-canterino.de