Update to Zola 0.11.0

This commit is contained in:
Philipp Oppermann
2020-08-19 09:55:16 +02:00
parent 10d84faa92
commit f198d45a59
3 changed files with 5 additions and 4 deletions

View File

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