diff options
Diffstat (limited to 'template')
-rw-r--r-- | template/rss.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/template/rss.xml b/template/rss.xml index 4f519ac..61f0df9 100644 --- a/template/rss.xml +++ b/template/rss.xml @@ -1,7 +1,8 @@ -<rss version="2.0"> +<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> <channel> <title>blog.vdouillet.fr</title> <link>$link</link> +<atom:link href="$linkrss.xml" rel="self" type="application/rss+xml" /> <description>Humble ramblings about IT and occasionally other topics</description> <language>en-us</language> <pubDate>$pubDate</pubDate> |