+ <div id="footer-right" class="col-lg-4 col-md-12 col-sm-12">
+ This site contains random notes and thoughts by Patrick Canterino.<br>
+ If you have any questions, you may write me an email: <a href="mailto:patrick@patrick-canterino.de">patrick@patrick-canterino.de</a>
+ </div>
+ </div>
+ <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> | Content is licensed under <a href="https://creativecommons.org/licenses/by/4.0/deed.en">CC BY 4.0</a>
+ {% endwith %}