fix feed link

This commit is contained in:
tezlm 2024-10-09 14:45:21 -07:00
parent b549e40015
commit 4c3d8baf0a
Signed by: tezlm
GPG key ID: 649733FCD94AFBBA
4 changed files with 5 additions and 5 deletions

View file

@ -8,8 +8,8 @@
<description>rss feed for celery.eu.org</description>
<item>
<title>Hello, world!</title>
<guid>hello.md</guid>
<link>https://celery.eu.org/blog/hello.md</link>
<guid>hello.html</guid>
<link>https://celery.eu.org/blog/hello.html</link>
<content type="html"><h1>Hello, world!</h1>
<p>This is a test blog entry for my new blog system.</p>
</content>

View file

@ -26,7 +26,7 @@ const renderMarkdown = (item: Item) => `
<title>${item.title}</title>
<meta charset="utf8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel=alternate title="feed" type=application/atom+xml href="/blog/feed.rss">
<link rel=alternate title="feed" type=application/atom+xml href="/blog/feed.xml">
<link rel="stylesheet" href="/assets/style2.css" />
<link rel="stylesheet" href="/assets/code.css" />
</head>

View file

@ -4,7 +4,7 @@
<title>Hello, world!</title>
<meta charset="utf8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel=alternate title="feed" type=application/atom+xml href="/blog/feed.rss">
<link rel=alternate title="feed" type=application/atom+xml href="/blog/feed.xml">
<link rel="stylesheet" href="/assets/style2.css" />
<link rel="stylesheet" href="/assets/code.css" />
</head>

View file

@ -4,7 +4,7 @@
<title>index</title>
<meta charset="utf8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel=alternate title="feed" type=application/atom+xml href="/blog/feed.rss">
<link rel=alternate title="feed" type=application/atom+xml href="/blog/feed.xml">
<link rel="stylesheet" href="/assets/style2.css" />
<link rel="stylesheet" href="/assets/code.css" />
</head>