don't show time of last update, only date

This commit is contained in:
eclipse 2025-03-16 20:12:43 +01:00
parent d5c853358c
commit a865c8338a

View File

@ -1,2 +1,2 @@
{% set t = [ pages | map(attribute="modified") | list | max , articles | map(attribute="modified") | list | max ] | max %} {% set t = [ pages | map(attribute="modified") | list | max , articles | map(attribute="modified") | list | max ] | max %}
<p>Letzte Aktualisierung dieser Webseite: {{ t.strftime("%d.%m.%Y um %H:%M") }}</p> <p>Letzte Webseiten-Aktualisierung: {{ t.strftime("%d.%m.%Y") }}</p>