diff themes/xml/month.xml.template @ 80:5379f7e3f7de

Updated so that we have pubDate attributes for our RDF
author Steve Kemp <steve@steve.org.uk>
date Tue, 11 Dec 2007 00:43:29 +0000
parents 89747520b861
children 89eef19064e8
line wrap: on
line diff
--- a/themes/xml/month.xml.template	Mon Dec 10 23:52:29 2007 +0000
+++ b/themes/xml/month.xml.template	Tue Dec 11 00:43:29 2007 +0000
@@ -3,12 +3,14 @@
 	<channel>
 		<title>Entries from <!-- tmpl_var name='month_name' --> <!-- tmpl_var name='year' --></title>
 		<description>Entries from <!-- tmpl_var name='month_name' --> <!-- tmpl_var name='year' --></description>
+                <link><!-- tmpl_var name='top' --></link>
 
 	<!-- tmpl_loop name="entries" -->
 	<item>
 		<title><!-- tmpl_var name="title" escape='html' --></title>
 		<link><!-- tmpl_var name='top' --><!-- tmpl_var name='link' --></link>        
 		<guid isPermaLink="true"><!-- tmpl_var name='top' --><!-- tmpl_var name='link' --></guid>
+                <pubDate><!-- tmpl_var name='pubdate' --></pubDate>
 		<description><!-- tmpl_var name="body" escape='html' --></description>
 	</item>
 	<!-- /tmpl_loop -->