Fix HTML validation

This commit is contained in:
Oliver Davies 2024-09-15 20:33:54 +01:00
parent 93d5fdc30d
commit 27e6a726e3
2 changed files with 3 additions and 3 deletions

View file

@ -9,7 +9,7 @@
{% endblock %}
{% block content_wrapper %}
<time date="{{ page.date|date('c') }}">{{ page.date|date }}</time>
<time datetime="{{ page.date|date('c') }}">{{ page.date|date }}</time>
{% block content %}{% endblock %}