mirror of
https://github.com/r-freeman/portfolio.git
synced 2024-11-11 18:45:41 +00:00
Added link to rss feed
This commit is contained in:
parent
ebb5d4c3da
commit
214e605aa8
@ -66,6 +66,12 @@ export default function Document() {
|
||||
rel="apple-touch-icon"
|
||||
href="/static/icons/apple-touch-icon.png"
|
||||
/>
|
||||
<link
|
||||
rel="alternate"
|
||||
type="application/rss+xml"
|
||||
title="RSS feed for ryanfreeman.dev"
|
||||
href="/rss/"
|
||||
/>
|
||||
</Head>
|
||||
<script dangerouslySetInnerHTML={{__html: modeScript}}/>
|
||||
<body className="flex h-full flex-col dark:bg-black">
|
||||
|
Loading…
Reference in New Issue
Block a user