feat: implement theme-color meta tag (#5)
This commit is contained in:
parent
63b1c8955f
commit
bc48a6db18
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@ import Footer from '../components/Footer.astro';
|
|||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width" />
|
||||
<meta name="generator" content={Astro.generator} />
|
||||
<meta name="theme-color" content="#3054bf">
|
||||
<link rel="shortcut icon" type="image/png" href="/favicon.ico">
|
||||
<title>{title}</title>
|
||||
</head>
|
||||
|
|
Loading…
Reference in a new issue