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 %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<section id="content" class="body" lang="{{page.lang}}">
|
<article id="content" class="body slug-{{page.slug}}" lang="{{page.lang}}">
|
||||||
<h1 class="entry-title">{{ page.title }}</h1>
|
<h1 class="entry-title">{{ page.title }}</h1>
|
||||||
{% import 'includes/translations.html' as translations with context %}
|
{% import 'includes/translations.html' as translations with context %}
|
||||||
{{ translations.translations_for(page) }}
|
{{ translations.translations_for(page) }}
|
||||||
{% if PDF_PROCESSOR %}
|
{% if PDF_PROCESSOR %}
|
||||||
|
@ -43,5 +43,5 @@
|
||||||
{% include 'includes/comments.html' %}
|
{% include 'includes/comments.html' %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</article>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
Loading…
Reference in a new issue