add back dark-mode aware favicons
This commit is contained in:
parent
c7bbb042b0
commit
b3da04bb50
2 changed files with 3 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
<!-- Global Metadata -->
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
||||
<link rel="icon" type="image/svg+xml" href="/favicon.svg"/>
|
||||
<link rel="alternate icon" type="image/x-icon" href="/favicon.ico" />
|
||||
<link rel="sitemap" href="/sitemap.xml"/>
|
||||
|
||||
|
|
|
@ -12,6 +12,7 @@ const { title, description, permalink } = Astro.props;
|
|||
<meta name="viewport" content="width=device-width" />
|
||||
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
||||
<link rel="alternate icon" type="image/x-icon" href="/favicon.ico" />
|
||||
<link rel="sitemap" href="/sitemap.xml"/>
|
||||
|
||||
<!-- Primary Meta Tags -->
|
||||
<title>{title}</title>
|
||||
|
|
Loading…
Reference in a new issue