mirror of
https://github.com/reonokiy/blog.nokiy.net.git
synced 2025-06-16 03:32:51 +02:00
feat: add RSS feed generation and content management features
This commit is contained in:
parent
9a7b0c42e1
commit
4d989e0a7d
7 changed files with 115 additions and 1 deletions
|
@ -6,6 +6,14 @@
|
|||
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
||||
<meta name="generator" content={Astro.generator} />
|
||||
<title>Astro Basics</title>
|
||||
|
||||
<link
|
||||
rel="alternate"
|
||||
type="application/rss+xml"
|
||||
title={themeConfig.site.title}
|
||||
href={new URL('rss.xml', themeConfig.site.url)}
|
||||
/>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<slot />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue