removed atom link from RSS feed

This commit is contained in:
2025-12-23 18:25:59 +00:00
parent 786d445bd4
commit 55cbe5e5c7

View File

@@ -3,7 +3,6 @@ import { posts, type DevlogPost } from "../posts";
const xml = (tposts: Map<string, DevlogPost>) => `<rss version="2.0"> const xml = (tposts: Map<string, DevlogPost>) => `<rss version="2.0">
<channel> <channel>
<atom:link href="http://denizk0461.dev/projects/projectn5/devlog/feed.xml" rel="self" type="application/rss+xml" />
<title>Project N5 Devlog</title> <title>Project N5 Devlog</title>
<link>https://denizk0461.dev/projects/projectn5/devlog/</link> <link>https://denizk0461.dev/projects/projectn5/devlog/</link>
<description><![CDATA[Development log for the game Homesick by denizk0461]]></description> <description><![CDATA[Development log for the game Homesick by denizk0461]]></description>