Cleanup unused class

This commit is contained in:
Alexandre Vicenzi 2022-07-09 00:19:52 +02:00
parent 86fa59b064
commit b7ba801d11
7 changed files with 7 additions and 7 deletions

View file

@ -3,7 +3,7 @@
{% block title %} – {{ _('Archives') }}{% endblock %}
{% block content %}
<article class="single">
<article>
<header>
<h1 id="archives">{{ _('Archives') }}</h1>
</header>

View file

@ -18,7 +18,7 @@
{% block title %} &ndash; {{ article.title|striptags|escape }}{% endblock %}
{% block content %}
<article class="single">
<article>
<header>
{% if not ARTICLE_HIDE_TRANSLATION %}
{% import 'partial/translations.html' as translations with context %}

View file

@ -3,7 +3,7 @@
{% block title %} &ndash; {{ _('Authors') }}{% endblock %}
{% block content %}
<article class="single">
<article>
<header>
<h1 id="authors">{{ _('Authors') }}</h1>
</header>

View file

@ -3,7 +3,7 @@
{% block title %} &ndash; {{ _('Categories') }}{% endblock %}
{% block content %}
<article class="single">
<article>
<header>
<h1 id="categories">{{ _('Categories') }}</h1>
</header>

View file

@ -14,7 +14,7 @@
{% block title %} &ndash; {{ page.title|striptags|escape }}{% endblock %}
{% block content %}
<article class="single">
<article>
<header>
{% import 'partial/translations.html' as translations with context %}
{{ translations.translations_for(page) }}

View file

@ -2,7 +2,7 @@
{% block title %} &ndash; {{ _('Archives') }}{% endblock %}
{% block content %}
<article class="single">
<article>
<header>
<h1 id="archives">{{ _('Archives') }}</h1>
</header>

View file

@ -3,7 +3,7 @@
{% block title %} &ndash; {{ _('Tags') }}{% endblock %}
{% block content %}
<article class="single">
<article>
<header>
<h1 id="tags">{{ _('Tags') }}</h1>
</header>