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 @@ - +