Files for my website bwc9876.dev

Add RSS

bwc9876.dev 3a9aff79 bf55d71e

verified
+1
+1
src/layouts/Layout.astro
··· 60 60 <meta name="twitter:image" content={og.src} /> 61 61 <link rel="canonical" href={canonical} /> 62 62 <link rel="icon" href="/favicon.png" /> 63 + <link rel="alternate" type="application/rss+xml" title="Ben C's Blog" href={new URL("feed.xml", Astro.site)}/> 63 64 <ViewTransitions /> 64 65 </head> 65 66 <body id="top">