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>
|
||||
<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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue