Fix language in rss.xml

Closes #1442
This commit is contained in:
Vincent Prouillet 2021-05-09 23:19:55 +02:00
parent 5df6e034c4
commit dec5a8563c

View file

@ -14,7 +14,7 @@
</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_updated | date(format="%a, %d %b %Y %H:%M:%S %z") }}</lastBuildDate>
{%- for page in pages %}