mirror of
https://github.com/r-freeman/portfolio.git
synced 2024-11-22 22:55:41 +00:00
Removed duplicate link tag
This commit is contained in:
parent
214e605aa8
commit
8027db6a43
@ -44,11 +44,13 @@ export default function Document() {
|
|||||||
rel="alternate"
|
rel="alternate"
|
||||||
type="application/rss+xml"
|
type="application/rss+xml"
|
||||||
href="/rss/feed.xml"
|
href="/rss/feed.xml"
|
||||||
|
title="RSS feed for ryanfreeman.dev"
|
||||||
/>
|
/>
|
||||||
<link
|
<link
|
||||||
rel="alternate"
|
rel="alternate"
|
||||||
type="application/feed+json"
|
type="application/feed+json"
|
||||||
href="/rss/feed.json"
|
href="/rss/feed.json"
|
||||||
|
title="RSS feed for ryanfreeman.dev"
|
||||||
/>
|
/>
|
||||||
<link
|
<link
|
||||||
rel="icon"
|
rel="icon"
|
||||||
@ -66,12 +68,6 @@ 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