removed exact time from update timestamp

This commit is contained in:
eclipse 2025-03-16 14:10:40 +01:00
parent 66b2002f9d
commit e2c7eeea4d

View File

@ -47,7 +47,7 @@
{% block content_footer %} {% block content_footer %}
{% if page.written_at %} {% if page.written_at %}
<footer class="content-footer"> <footer class="content-footer">
<p>Letzte Aktualisierung: {{ page.written_at | strftime("%d.%m.%Y, %H:%M Uhr") }}</p> <p>Letzte Aktualisierung: {{ page.written_at | strftime("%d.%m.%Y") }}</p>
</footer> </footer>
{% endif %} {% endif %}
{% endblock content_footer %} {% endblock content_footer %}