add rss feed

Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com>
This commit is contained in:
Hadi
2026-03-20 21:03:29 +01:00
parent 292f69ad2d
commit 19e9671dfc
5 changed files with 62 additions and 2 deletions

View File

@@ -63,6 +63,14 @@ const origin = Astro.url.origin;
<meta name="twitter:title" content={title} />
<meta name="twitter:description" content={description} />
<meta name="twitter:image" content={`${origin}/images/og_home.png`} />
<!-- RSS Feed -->
<link
rel="alternate"
type="application/rss+xml"
title="Another Hadi RSS Feed"
href="/rss.xml"
/>
</head>
<body class="min-h-screen">
<slot />