diff options
| author | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2023-04-17 22:43:02 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2023-04-17 22:43:02 +0200 |
| commit | d87e5802b587e32aa6dc55d27ef54ff52ea4e6ab (patch) | |
| tree | 68591cf60838c50efd380fcb993005caf464de0e /templates/feed.xml | |
| parent | af29af93c8d57a53d2103d62c0ade01b92b26dc8 (diff) | |
Prep for gemlogification
Diffstat (limited to 'templates/feed.xml')
| -rw-r--r-- | templates/feed.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/feed.xml b/templates/feed.xml index 5b6c320..6a68ba8 100644 --- a/templates/feed.xml +++ b/templates/feed.xml @@ -1,9 +1,9 @@ <?xml version="1.0"?> <rss version="2.0" xmlns:blogChannel="http://backend.userland.com/blogChannelModule"> <channel> - <title>Blog at Unlimited Pizza 🍕</title> - <link>https://blog.unlimited.pizza</link> - <description>This is the blog at unlimited.pizza</description> + <title>Gemlog at Unlimited Pizza 🍕</title> + <link>https://unlimited.pizza/gemlog/</link> + <description>This is the gemlog at unlimited.pizza</description> <language>en</language> {{~ it.posts: post}} <item> |