Cleanup unused class
This commit is contained in:
parent
86fa59b064
commit
b7ba801d11
7 changed files with 7 additions and 7 deletions
|
@ -3,7 +3,7 @@
|
|||
{% block title %} – {{ _('Archives') }}{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<article class="single">
|
||||
<article>
|
||||
<header>
|
||||
<h1 id="archives">{{ _('Archives') }}</h1>
|
||||
</header>
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
{% block title %} – {{ 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 %}
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
{% block title %} – {{ _('Authors') }}{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<article class="single">
|
||||
<article>
|
||||
<header>
|
||||
<h1 id="authors">{{ _('Authors') }}</h1>
|
||||
</header>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
{% block title %} – {{ _('Categories') }}{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<article class="single">
|
||||
<article>
|
||||
<header>
|
||||
<h1 id="categories">{{ _('Categories') }}</h1>
|
||||
</header>
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
{% block title %} – {{ page.title|striptags|escape }}{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<article class="single">
|
||||
<article>
|
||||
<header>
|
||||
{% import 'partial/translations.html' as translations with context %}
|
||||
{{ translations.translations_for(page) }}
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
{% block title %} – {{ _('Archives') }}{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<article class="single">
|
||||
<article>
|
||||
<header>
|
||||
<h1 id="archives">{{ _('Archives') }}</h1>
|
||||
</header>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
{% block title %} – {{ _('Tags') }}{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<article class="single">
|
||||
<article>
|
||||
<header>
|
||||
<h1 id="tags">{{ _('Tags') }}</h1>
|
||||
</header>
|
||||
|
|
Loading…
Reference in a new issue