Use article element in article.html

This commit is contained in:
David Lapshin
2024-05-21 01:49:15 +03:00
parent 5cd96fb15f
commit 39d75b08c7

View File

@ -1,6 +1,7 @@
{% extends "base.html" %} {% extends "base.html" %}
{% block content %} {% block content %}
<article>
<h1>{{ page.title }}</h1> <h1>{{ page.title }}</h1>
{%- if page.date %} {%- if page.date %}
@ -78,6 +79,7 @@
{% endif %} {% endif %}
{{ page.content | safe }} {{ page.content | safe }}
</article>
{% if page.extra.comments.id %} {% if page.extra.comments.id %}
{% include "partials/comments.html" %} {% include "partials/comments.html" %}