aboutsummaryrefslogtreecommitdiff
path: root/templates/feed.xml
diff options
context:
space:
mode:
authorRuben Beltran del Rio <git@r.bdr.sh>2024-02-14 16:58:09 +0100
committerRuben Beltran del Rio <git@r.bdr.sh>2024-02-14 16:58:09 +0100
commit02f408c24d82d1fac4e55c146c4fa57cbdcdeca4 (patch)
treedefb0f605fb6aa030891440e8f9ac3bca6b02ed2 /templates/feed.xml
parent3563ec23663e856fbaaa747bc174019ea4a3bcd4 (diff)
Make templates more generic
Diffstat (limited to 'templates/feed.xml')
-rw-r--r--templates/feed.xml8
1 files changed, 3 insertions, 5 deletions
diff --git a/templates/feed.xml b/templates/feed.xml
index 36edc28..17a4c7c 100644
--- a/templates/feed.xml
+++ b/templates/feed.xml
@@ -1,14 +1,12 @@
<?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://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>
+ <title>My Ephemeral Blog</title>
+ <description>My Ephemeral Blog</description>
<language>en</language>
{{~ it.posts: post}}
<item>
- <guid isPermaLink="false">rbdr:{{= post.id}}</guid>
+ <guid isPermaLink="false">blog:{{= post.id}}</guid>
<pubDate>{{= post.createdOn}}</pubDate>
<title>{{= post.title}}</title>
<description>