specify language in the content
semantically more correct, since the menu is not really/always translated
This commit is contained in:
parent
d202c0260c
commit
abc9dc0e34
1 changed files with 1 additions and 1 deletions
|
@ -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) }}
|
||||
|
|
Loading…
Reference in a new issue