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

@ -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 %}