forked from boyska/sito-hackit-16
articles get slug class
This commit is contained in:
parent
abc9dc0e34
commit
aa8d88ef47
1 changed files with 3 additions and 3 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Reference in a new issue