aboutsummaryrefslogtreecommitdiff
path: root/templates/feed.xml
diff options
context:
space:
mode:
authorRuben Beltran del Rio <ruben@unlimited.pizza>2024-02-04 23:58:26 +0100
committerRuben Beltran del Rio <ruben@unlimited.pizza>2024-02-04 23:58:26 +0100
commite8a4197dcaf454b4dbe76d5ddd84f63fa5693ab9 (patch)
tree4b5f26bd5893f9c9a7180992e839601e6b0a3c1a /templates/feed.xml
parent97b339325ac4d5a7cf56f2b87fcb93e8887e50a1 (diff)
Add self link
Diffstat (limited to 'templates/feed.xml')
-rw-r--r--templates/feed.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/templates/feed.xml b/templates/feed.xml
index 6a68ba8..d2e944e 100644
--- a/templates/feed.xml
+++ b/templates/feed.xml
@@ -1,8 +1,9 @@
<?xml version="1.0"?>
-<rss version="2.0" xmlns:blogChannel="http://backend.userland.com/blogChannelModule">
+<rss version="2.0" xmlns:blogChannel="http://backend.userland.com/blogChannelModule" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
+ <atom:link href="https://www.unlimited.pizza/gemlog/feed.xml" rel="self" type="application/rss+xml" />
<title>Gemlog at Unlimited Pizza 🍕</title>
- <link>https://unlimited.pizza/gemlog/</link>
+ <link>https://www.unlimited.pizza/gemlog/</link>
<description>This is the gemlog at unlimited.pizza</description>
<language>en</language>
{{~ it.posts: post}}