mirror of
https://github.com/r-freeman/portfolio.git
synced 2024-11-13 17: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"
|
rel="apple-touch-icon"
|
||||||
href="/static/icons/apple-touch-icon.png"
|
href="/static/icons/apple-touch-icon.png"
|
||||||
/>
|
/>
|
||||||
|
<link
|
||||||
|
rel="alternate"
|
||||||
|
type="application/rss+xml"
|
||||||
|
title="RSS feed for ryanfreeman.dev"
|
||||||
|
href="/rss/"
|
||||||
|
/>
|
||||||
</Head>
|
</Head>
|
||||||
<script dangerouslySetInnerHTML={{__html: modeScript}}/>
|
<script dangerouslySetInnerHTML={{__html: modeScript}}/>
|
||||||
<body className="flex h-full flex-col dark:bg-black">
|
<body className="flex h-full flex-col dark:bg-black">
|
||||||
|
Loading…
Reference in New Issue
Block a user