removed exact time from update timestamp
This commit is contained in:
parent
66b2002f9d
commit
e2c7eeea4d
@ -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 %}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user