]> git.decadent.org.uk Git - memories.git/blobdiff - templates/recent.rss
Merge commit 'trunk'
[memories.git] / templates / recent.rss
index 51be5822a059653579812f2dcdb1ad5331981f19..7e146fe9b250389b7ea243155427a194d5d6e510 100644 (file)
@@ -4,7 +4,7 @@
         <title>Memories photostream</title>
         <link>[%base%]</link>
         <description>Recent photos from [%base %]</description>
-[% FOR photo = request.recent_uploads %]
+[% FOR photo = request.recent %]
     <item>
         <title>[%photo.title|html%]</title>
         <pubDate>[%photo.shot.strftime("%a, %d %b %Y %H:%M:%S %z") %]</pubDate>
@@ -12,7 +12,7 @@
         <description>
 [% FILTER html %]
         <a href="[%base%]/photo/view/[%photo.id%]">
-        <img src="[% photo.thumb_url |uri%]" alt="[%photo.title|html%]"/>
+        <img src="[% photo.thumb_url %]" alt="[%photo.title|html%]"/>
         </a>
 [% END %]
         </description>