]> git.cworth.org Git - cworth.org/blobdiff - templates/rsspage.tmpl
Add a self-link to make feedvalidator.org happy
[cworth.org] / templates / rsspage.tmpl
index e54094aaa2f1ddbc7e7b1cde73827eca9ad7da89..92b343c589028575e568927b964f11e9c3860682 100644 (file)
@@ -1,10 +1,12 @@
 <?xml version="1.0"?>
 <rss version="2.0"
      xmlns:dc="http://purl.org/dc/elements/1.1/"
-     xmlns:dcterms="http://purl.org/dc/terms/" >
+     xmlns:dcterms="http://purl.org/dc/terms/"
+     xmlns:atom="http://www.w3.org/2005/Atom" >
 <channel>
 <title><TMPL_VAR TITLE></title>
 <link><TMPL_VAR PAGEURL></link>
+<atom:link href="<TMPL_VAR PAGEURL>index.rss" rel="self" type="application/rss+xml" />
 <description><TMPL_VAR FEEDDESC ESCAPE=HTML></description>
 <TMPL_VAR CONTENT>
 </channel>