fix feed link
This commit is contained in:
parent
b549e40015
commit
4c3d8baf0a
4 changed files with 5 additions and 5 deletions
|
@ -8,8 +8,8 @@
|
||||||
<description>rss feed for celery.eu.org</description>
|
<description>rss feed for celery.eu.org</description>
|
||||||
<item>
|
<item>
|
||||||
<title>Hello, world!</title>
|
<title>Hello, world!</title>
|
||||||
<guid>hello.md</guid>
|
<guid>hello.html</guid>
|
||||||
<link>https://celery.eu.org/blog/hello.md</link>
|
<link>https://celery.eu.org/blog/hello.html</link>
|
||||||
<content type="html"><h1>Hello, world!</h1>
|
<content type="html"><h1>Hello, world!</h1>
|
||||||
<p>This is a test blog entry for my new blog system.</p>
|
<p>This is a test blog entry for my new blog system.</p>
|
||||||
</content>
|
</content>
|
||||||
|
|
|
@ -26,7 +26,7 @@ const renderMarkdown = (item: Item) => `
|
||||||
<title>${item.title}</title>
|
<title>${item.title}</title>
|
||||||
<meta charset="utf8" />
|
<meta charset="utf8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<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/style2.css" />
|
||||||
<link rel="stylesheet" href="/assets/code.css" />
|
<link rel="stylesheet" href="/assets/code.css" />
|
||||||
</head>
|
</head>
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<title>Hello, world!</title>
|
<title>Hello, world!</title>
|
||||||
<meta charset="utf8" />
|
<meta charset="utf8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<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/style2.css" />
|
||||||
<link rel="stylesheet" href="/assets/code.css" />
|
<link rel="stylesheet" href="/assets/code.css" />
|
||||||
</head>
|
</head>
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<title>index</title>
|
<title>index</title>
|
||||||
<meta charset="utf8" />
|
<meta charset="utf8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<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/style2.css" />
|
||||||
<link rel="stylesheet" href="/assets/code.css" />
|
<link rel="stylesheet" href="/assets/code.css" />
|
||||||
</head>
|
</head>
|
||||||
|
|
Loading…
Reference in a new issue