Skip to content
Snippets Groups Projects
Commit aa8d88ef authored by boyska's avatar boyska
Browse files

articles get slug class

parent abc9dc0e
Branches
No related tags found
No related merge requests found
......@@ -28,8 +28,8 @@
{% endblock %}
{% block content %}
<section id="content" class="body" lang="{{page.lang}}">
<h1 class="entry-title">{{ page.title }}</h1>
<article id="content" class="body slug-{{page.slug}}" lang="{{page.lang}}">
<h1 class="entry-title">{{ page.title }}</h1>
{% import 'includes/translations.html' as translations with context %}
{{ translations.translations_for(page) }}
{% if PDF_PROCESSOR %}
......@@ -43,5 +43,5 @@
{% include 'includes/comments.html' %}
{% endif %}
</div>
</section>
</article>
{% endblock %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment