<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