Update HTML language tag for translations

This commit is contained in:
Philipp Oppermann
2019-11-27 16:02:35 +01:00
parent 94a19f627b
commit 85bd909af2
3 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
<!doctype html>
<html lang="{{ config.default_language }}">
<html lang="{{ lang }}">
<head>
<meta charset="UTF-8">

View File

@@ -4,7 +4,7 @@
<link>{{ config.base_url | safe }}</link>
<description>{{ config.description }}</description>
<generator>Zola</generator>
<language>{{ config.default_language }}</language>
<language>{{ lang }}</language>
<atom:link href="{{ feed_url | safe }}" rel="self" type="application/rss+xml"/>
<lastBuildDate>{{ last_build_date | date(format="%a, %d %b %Y %H:%M:%S %z") }}</lastBuildDate>
{% for page in pages %}

View File

@@ -1,6 +1,6 @@
<!doctype html>
<html lang="{{ config.default_language }}">
<html lang="{{ lang }}">
<head>
<meta charset="UTF-8">