diff --git a/theme/templates/includes/timestamp.html b/theme/templates/includes/timestamp.html index 1e52f86..8eed3d0 100644 --- a/theme/templates/includes/timestamp.html +++ b/theme/templates/includes/timestamp.html @@ -1,2 +1,2 @@ {% set t = [ pages | map(attribute="modified") | list | max , articles | map(attribute="modified") | list | max ] | max %} -

Letzte Aktualisierung dieser Webseite: {{ t.strftime("%d.%m.%Y um %H:%M") }}

+

Letzte Webseiten-Aktualisierung: {{ t.strftime("%d.%m.%Y") }}