Use a time
element for the note date and time
This commit is contained in:
parent
97969d9be6
commit
7a848be8a4
|
@ -9,7 +9,7 @@
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block content_wrapper %}
|
{% block content_wrapper %}
|
||||||
{{ page.date|date }}
|
<time date="{{ page.date|date('c') }}">{{ page.date|date }}</time>
|
||||||
|
|
||||||
{% block content %}{% endblock %}
|
{% block content %}{% endblock %}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue