t-r.de/theme/templates/includes/footer.html
2025-03-16 17:22:42 +01:00

4 lines
369 B
HTML

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