Don't forget the date\!
[cocanwiki.git] / templates / cocanwiki_func_rss.html
index 32c485d..1ab2452 100644 (file)
@@ -16,7 +16,9 @@
 <li>
   ::if(show_item_title)::
   <span class="rss_item_title">::if(show_item_link)::<a href="::link_html_tag::">::end::::title::::if(show_item_link)::</a>::end::</span>
-  ::end:: <br/>
+  ::end::
+  <span class="rss_item_date">::date_html::</span>
+  <br/>
 
   ::if(show_item_description)::
   <span class="rss_item_description">::if(show_item_link)::<a href="::link_html_tag::">::end::::description::::if(show_item_link)::</a>::end::</span>