]> git.p6c8.net - pcdenotes.git/blobdiff - notes/templates/note_base.html
Removed trailing slash in GitHub link
[pcdenotes.git] / notes / templates / note_base.html
index fe61801a31bd02d867daf4e83a66f03424bc407f..972e20418fcf805647fe468f8c96d23f2b03b73f 100644 (file)
       </div>
     </div>
     <div id="copyright">
-      © 2022 <a href="https://www.patrick-canterino.de/">Patrick Canterino</a>
+      {% 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> | 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>

patrick-canterino.de