mirror of
https://github.com/jorgev259/soc_site-astro.git
synced 2025-06-29 07:57:41 +00:00
Implement RSS feed
This commit is contained in:
parent
da702af0fe
commit
7152dba919
5 changed files with 199 additions and 0 deletions
|
|
@ -25,6 +25,13 @@ import '@/styles/global.css'
|
|||
<meta property='og:image' content='/img/assets/clouds_thumb.png' />
|
||||
<meta name='generator' content={Astro.generator} />
|
||||
<meta charset='utf-8' />
|
||||
|
||||
<link
|
||||
rel='alternate'
|
||||
type='application/rss+xml'
|
||||
title='Sitting on Clouds'
|
||||
href={new URL('rss.xml', Astro.site)}
|
||||
/>
|
||||
</head>
|
||||
<body class='flex flex-col min-h-full m-0 color-'>
|
||||
<Header />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue