diff options
Diffstat (limited to 'src/templates/apps/room/atom.xml')
-rw-r--r-- | src/templates/apps/room/atom.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/templates/apps/room/atom.xml b/src/templates/apps/room/atom.xml index eab8dc7..15b329c 100644 --- a/src/templates/apps/room/atom.xml +++ b/src/templates/apps/room/atom.xml @@ -7,14 +7,14 @@ <link href="{{baseurl}}/room/+{{tags}}"/> {% if rooms %} {% for room in rooms %} - <item> + <entry> <title>{{room.name}}</title> {% if room.description %} <summary>{{room.description}}</summary> {% endif %} - <link href="{{room.go_url}}"/> - <updated>{{room.lastupdated}}</updated> - </item> + <link href="{{room.url}}"/> + <updated>{{room.updated}}</updated> + </entry> {% endfor %} {% endif %} </feed>
\ No newline at end of file |