diff --git a/themes/bs3/templates/page.html b/themes/bs3/templates/page.html index dbc24ad80e9e57fce5d54cab9b7ba222a41f610c..2347cd490b2f5d0816ab7b593808e0f6517c2338 100644 --- a/themes/bs3/templates/page.html +++ b/themes/bs3/templates/page.html @@ -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 %}