t-r.de/theme/templates/includes/timestamp.html

3 lines
192 B
HTML

{% set t = [ pages | map(attribute="modified") | list | max , articles | map(attribute="modified") | list | max ] | max %}
<p>Letzte Webseiten-Aktualisierung: {{ t.strftime("%d.%m.%Y") }}</p>