diff options
Diffstat (limited to 'templates/feed.xml')
| -rw-r--r-- | templates/feed.xml | 5 |
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}} |