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