[OpenLayers-Commits] r7356 - project/gallery.openlayers.org/openlayers/gallery/templates/feeds

commits at openlayers.org commits at openlayers.org
Thu Jun 12 21:07:34 EDT 2008


Author: crschmidt
Date: 2008-06-12 21:07:34 -0400 (Thu, 12 Jun 2008)
New Revision: 7356

Modified:
   project/gallery.openlayers.org/openlayers/gallery/templates/feeds/latest_description.html
Log:
add images to RSS feed


Modified: project/gallery.openlayers.org/openlayers/gallery/templates/feeds/latest_description.html
===================================================================
--- project/gallery.openlayers.org/openlayers/gallery/templates/feeds/latest_description.html	2008-06-13 01:03:09 UTC (rev 7355)
+++ project/gallery.openlayers.org/openlayers/gallery/templates/feeds/latest_description.html	2008-06-13 01:07:34 UTC (rev 7356)
@@ -1 +1 @@
-{{ obj.description }}
+{{ obj.description }}<br /> <img src="http://gallery.openlayers.org/{{ obj.get_thumbnail_url}}" />



More information about the Commits mailing list