diff options
| author | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2024-02-13 23:40:06 +0100 |
|---|---|---|
| committer | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2024-02-13 23:40:06 +0100 |
| commit | 3563ec23663e856fbaaa747bc174019ea4a3bcd4 (patch) | |
| tree | 1c81def07884abcc51ad4cf9d9f83b20d1136524 /templates/feed.xml | |
| parent | 07fe41351e3b61e01e54791abce81ae5cbe73e61 (diff) | |
Update templates
Diffstat (limited to 'templates/feed.xml')
| -rw-r--r-- | templates/feed.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/templates/feed.xml b/templates/feed.xml index d2e944e..36edc28 100644 --- a/templates/feed.xml +++ b/templates/feed.xml @@ -1,14 +1,14 @@ <?xml version="1.0"?> <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://www.unlimited.pizza/gemlog/</link> - <description>This is the gemlog at unlimited.pizza</description> + <atom:link href="https://r.bdr.sh/gemlog/feed.xml" rel="self" type="application/rss+xml" /> + <title>Ruben's Gemlog</title> + <link>https://r.bdr.sh/gemlog/</link> + <description>This is the gemlog at r.bdr.sh.</description> <language>en</language> {{~ it.posts: post}} <item> - <guid isPermaLink="false">unlimited-pizza:{{= post.id}}</guid> + <guid isPermaLink="false">rbdr:{{= post.id}}</guid> <pubDate>{{= post.createdOn}}</pubDate> <title>{{= post.title}}</title> <description> |