tangled
alpha
login
or
join now
bwc9876.dev
/
website
0
fork
atom
Files for my website
bwc9876.dev
0
fork
atom
overview
issues
pulls
pipelines
Add RSS
bwc9876.dev
2 years ago
3a9aff79
bf55d71e
verified
This commit was signed with the committer's
known signature
.
bwc9876.dev
SSH Key Fingerprint:
SHA256:DanMEP/RNlSC7pAVbnXO6wzQV00rqyKj053tz4uH5gQ=
+1
1 changed file
expand all
collapse all
unified
split
src
layouts
Layout.astro
+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
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">