Fix HTML validation
This commit is contained in:
parent
93d5fdc30d
commit
27e6a726e3
2 changed files with 3 additions and 3 deletions
|
@ -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 %}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue