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>
|
||||
<meta property="og:title" content={$t("general.cobalt")}>
|
||||
<meta
|
||||
name="description"
|
||||
property="og:description"
|
||||
content={$t("general.embed.description")}
|
||||
>
|
||||
<meta name="description" content={$t("general.embed.description")}>
|
||||
<meta property="og:description" content={$t("general.embed.description")}>
|
||||
|
||||
{#if device.is.mobile}
|
||||
<meta name="theme-color" content={statusBarColors[$currentTheme]} />
|
||||
|
|
Loading…
Reference in a new issue