From 85bd909af2a331635b071c8b23cd70e070880041 Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Wed, 27 Nov 2019 16:02:35 +0100 Subject: [PATCH] Update HTML language tag for translations --- blog/templates/first-edition/base.html | 2 +- blog/templates/rss.xml | 2 +- blog/templates/second-edition/base.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/blog/templates/first-edition/base.html b/blog/templates/first-edition/base.html index cd13eb98..70420fd3 100644 --- a/blog/templates/first-edition/base.html +++ b/blog/templates/first-edition/base.html @@ -1,6 +1,6 @@ - + diff --git a/blog/templates/rss.xml b/blog/templates/rss.xml index 8af1b81d..983fa37e 100644 --- a/blog/templates/rss.xml +++ b/blog/templates/rss.xml @@ -4,7 +4,7 @@ {{ config.base_url | safe }} {{ config.description }} Zola - {{ config.default_language }} + {{ lang }} {{ last_build_date | date(format="%a, %d %b %Y %H:%M:%S %z") }} {% for page in pages %} diff --git a/blog/templates/second-edition/base.html b/blog/templates/second-edition/base.html index 7319cb8a..a1bd5187 100644 --- a/blog/templates/second-edition/base.html +++ b/blog/templates/second-edition/base.html @@ -1,6 +1,6 @@ - +