]> git.p6c8.net - pcdenotes.git/blobdiff - notes/templates/note_base.html
Bump django from 4.0.5 to 4.0.6
[pcdenotes.git] / notes / templates / note_base.html
index 5e88f7b398886231790f5eca8c3821ea4f9c4472..972e20418fcf805647fe468f8c96d23f2b03b73f 100644 (file)
     <div id="copyright">
       {% with year_start="2022" %}
       {% now "Y" as year_current %}
     <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>
       {% 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
   </footer>
 </body>
 </html>
\ No newline at end of file

patrick-canterino.de