view theme/rss2/story.tmpl @ 1031:31c9d3b5007a

move templates and static files into a theme directory The two are very related so they should be stored in the same place. Signed-off-by: Josef 'Jeff' Sipek <jeffpc@josefsipek.net>
author Josef 'Jeff' Sipek <jeffpc@josefsipek.net>
date Fri, 24 Jul 2020 14:21:47 -0400
parents templates/rss2/story.tmpl@2605f6c6d6d5
children
line wrap: on
line source

<item>
	<title>{title|escape}</title>
	<guid>{baseurl}/?p={id}</guid>
	<link>{baseurl}/?p={id}</link>
	<comments>{baseurl}/?p={id}#respond</comments>
	{tags%tag}
	<description><![CDATA[{body}]]></description>
	<pubDate>{time|rfc822}</pubDate>
</item>