Revert "Fix RSS template (#969)"

This reverts commit 4b0339377f.
This commit is contained in:
Vincent Prouillet 2020-03-12 20:44:41 +01:00
parent 4b0339377f
commit 2eb8dcdf87

View file

@ -1,11 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
<channel>
<title>{{ config.title }}</title>
<link>{{ config.base_url | escape_xml | safe }}</link>
<description>{{ config.description }}</description>
<generator>Zola</generator>
<language>{{ config.default_language }}</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 %}
<item>