summaryrefslogtreecommitdiff
path: root/template
diff options
context:
space:
mode:
authorVincent Douillet <vincent@vdouillet.fr>2025-02-20 21:51:12 +0100
committerVincent Douillet <vincent@vdouillet.fr>2025-02-20 21:51:12 +0100
commit2a81482dd6d2a17a253e83becc6a042010680c9d (patch)
tree78251f5a591913ae265edd53dad6de3af55785fc /template
parent84f18d0877ce89aa106b79205a35c191e8e21eea (diff)
rss feed: pass w3c validation service
Diffstat (limited to 'template')
-rw-r--r--template/rss.xml3
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>