Use a time element for the note date and time

This commit is contained in:
Oliver Davies 2024-08-25 16:22:39 +01:00
parent 97969d9be6
commit 7a848be8a4

View file

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