diff --git a/theme/templates/includes/macros.html b/theme/templates/includes/macros.html
index cd09261..459087c 100644
--- a/theme/templates/includes/macros.html
+++ b/theme/templates/includes/macros.html
@@ -2,8 +2,8 @@
{% macro fi(pic, link='', alt='', title='', credit='', credit_link='') %}
{% endmacro %}
@@ -12,8 +12,8 @@
{% macro ci(pic, link='', alt='', title='', credit='', credit_link='') %}
{% endmacro %}
diff --git a/theme/templates/includes/timestamp.html b/theme/templates/includes/timestamp.html
index 6cc740e..1e52f86 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") }}
+Letzte Aktualisierung dieser Webseite: {{ t.strftime("%d.%m.%Y um %H:%M") }}