rss: adjust channel info to adjusted paths
crispy-caesus crispy@crispy-caesus.eu
Thu, 02 Apr 2026 21:59:45 +0200
1 files changed,
2 insertions(+),
2 deletions(-)
jump to
M
templates/rss.xml.gotmpl
→
templates/rss.xml.gotmpl
@@ -2,13 +2,13 @@ <?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> <channel> <title>crispy blog</title> - <link>https://crispy-caesus.eu/blog</link> + <link>https://crispy-caesus.eu/en/blog</link> <description> Just my little blog with thoughts and cursed solutions to stupid problems </description> <language>en-us</language> <atom:link - href="https://crispy-caesus.eu/blog/rss_en.xml" + href="https://crispy-caesus.eu/en/blog/rss.xml" rel="self" type="application/rss+xml" />