t-r.de/theme/templates/includes/footer.html
2025-02-20 22:34:50 +01:00

4 lines
344 B
HTML

<div class="container main-footer" >
{% set t = [ pages | map(attribute="modified") | list | max , articles | map(attribute="modified") | list | max ] | max %}
<p>erstellt mit <a href="https://www.getpelican.com/" target="_blank">Pelican</a> und viel <span class="heart">&#9829;</span> von Tobias Radloff | {{ t.strftime("%Y") }}</p>
</div>