index — crispy-website @ 5782114515429ca6bee19662f065e1919316424e

My personal homepage (very crispy)

rss: adjust channel info to adjusted paths
crispy-caesus crispy@crispy-caesus.eu
Thu, 02 Apr 2026 21:59:45 +0200
commit

5782114515429ca6bee19662f065e1919316424e

parent

a7d03e1162575c1b023c47fc794f81cf7bc00a4b

1 files changed, 2 insertions(+), 2 deletions(-)

jump to
M templates/rss.xml.gotmpltemplates/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" />