mirror of
https://ark.sudovanilla.org/Korbs/butterflyvu.git
synced 2024-12-22 15:23:54 +00:00
Set default meta color
This commit is contained in:
parent
cd9f3e65f1
commit
907c37d972
|
@ -1,4 +1,7 @@
|
||||||
---
|
---
|
||||||
|
// Settings
|
||||||
|
import {SiteSettings} from "@config"
|
||||||
|
|
||||||
// Properties
|
// Properties
|
||||||
const { Title } = Astro.props;
|
const { Title } = Astro.props;
|
||||||
---
|
---
|
||||||
|
@ -12,7 +15,7 @@ const { Title } = Astro.props;
|
||||||
|
|
||||||
<!-- Options -->
|
<!-- Options -->
|
||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<meta name="theme-color" content="#000000" />
|
<meta name="theme-color" content={SiteSettings.MetaColor} />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no, viewport-fit=cover" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no, viewport-fit=cover" />
|
||||||
|
|
||||||
<!-- Favicon -->
|
<!-- Favicon -->
|
||||||
|
|
Loading…
Reference in a new issue