]> git.p6c8.net - pcdenotes.git/blobdiff - notes/templates/note_base.html
Added link to CC BY 4.0
[pcdenotes.git] / notes / templates / note_base.html
index 5e88f7b398886231790f5eca8c3821ea4f9c4472..b1a202230ad6db65289407b27a288e53e559efe8 100644 (file)
     <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">
+      Powered by <a href="https://github.com/pcanterino/pcdenotes/">PCDENotes</a>
+    </div>
   </footer>
 </body>
 </html>
\ No newline at end of file

patrick-canterino.de