t-r.de/theme/templates/includes/footer.html
2025-05-21 17:33:31 +02:00

4 lines
296 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 <span class="heart">&#9829;</span> von <a href="/ueber-mich/">Tobias Radloff</a></p>
</div>