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