]> git.cworth.org Git - cworth.org/blob - templates/rsspage.tmpl
Style h1 and header consistently (and ensure h2-h6 are strictly smaller than h1)
[cworth.org] / templates / rsspage.tmpl
1 <?xml version="1.0"?>
2 <rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
3 <channel>
4 <title><TMPL_VAR TITLE ESCAPE=HTML></title>
5 <link><TMPL_VAR PAGEURL></link>
6 <description><TMPL_VAR FEEDDESC ESCAPE=HTML></description>
7 <TMPL_VAR CONTENT>
8 </channel>
9 </rss>