mirror of
https://github.com/wukko/cobalt.git
synced 2024-11-15 12:50:01 +00:00
web/layout: split description metadata tags
This commit is contained in:
parent
08113d7ae5
commit
25a33a4ea2
1 changed files with 2 additions and 5 deletions
|
@ -39,11 +39,8 @@
|
||||||
|
|
||||||
<svelte:head>
|
<svelte:head>
|
||||||
<meta property="og:title" content={$t("general.cobalt")}>
|
<meta property="og:title" content={$t("general.cobalt")}>
|
||||||
<meta
|
<meta name="description" content={$t("general.embed.description")}>
|
||||||
name="description"
|
<meta property="og:description" content={$t("general.embed.description")}>
|
||||||
property="og:description"
|
|
||||||
content={$t("general.embed.description")}
|
|
||||||
>
|
|
||||||
|
|
||||||
{#if device.is.mobile}
|
{#if device.is.mobile}
|
||||||
<meta name="theme-color" content={statusBarColors[$currentTheme]} />
|
<meta name="theme-color" content={statusBarColors[$currentTheme]} />
|
||||||
|
|
Loading…
Reference in a new issue