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

specify language in the content

semantically more correct, since the menu is not really/always
translated
parent d202c026
Branches
No related tags found
No related merge requests found
......@@ -28,7 +28,7 @@
{% endblock %}
{% block content %}
<section id="content" class="body">
<section id="content" class="body" lang="{{page.lang}}">
<h1 class="entry-title">{{ page.title }}</h1>
{% import 'includes/translations.html' as translations with context %}
{{ translations.translations_for(page) }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment