diff sat_templates/templates/bulma/blog/atom.xml @ 264:2c282c244a3e

bulma (blog/atom.xml): fixed use of blog items
author Goffi <goffi@goffi.org>
date Sun, 02 Aug 2020 20:58:21 +0200
parents 0e69b5843c2f
children 7448aac005a1
line wrap: on
line diff
--- a/sat_templates/templates/bulma/blog/atom.xml	Sun Aug 02 20:28:38 2020 +0200
+++ b/sat_templates/templates/bulma/blog/atom.xml	Sun Aug 02 20:58:21 2020 +0200
@@ -12,7 +12,7 @@
     <link href='{{xmpp_uri}}' type='application/atom+xml' rel='alternate'/>
     <id>{{xmpp_uri}}</id>
     <updated>{{updated|date_fmt('iso')}}</updated>
-    {% for item in items %}
+    {% for item in blog_items['items'] %}
         <entry>
             {% if item.title_xhtml %}
                 <title type='xhtml'>{{item.title_xhtml}}</title>