Fix html lang attribute

This commit is contained in:
southerntofu 2020-04-22 23:01:05 +02:00
parent bc0bc8b8fa
commit 5f31c93f87
1 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,8 @@
{% import "widgets.html" as widgets %}
{% set translations = section.translations | default(value=page.translations|default(value="")) %}
<!DOCTYPE html>
<html class="no-js" lang="{{ lang | default(value=config.default_language)}}">
{#<html class="no-js" lang="{{ lang | default(value=config.default_language)}}">#}
<html class="no-js" lang="{{ lang }}">
<head>
<meta charset="utf8">{#
Don't forget taxonomy titles #}