mirror of
https://github.com/wukko/cobalt.git
synced 2024-11-15 12:50:01 +00:00
web/layout: add og:description
This commit is contained in:
parent
9a504443fd
commit
a698c55663
1 changed files with 5 additions and 1 deletions
|
@ -38,8 +38,12 @@
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<svelte:head>
|
<svelte:head>
|
||||||
<meta name="description" content={$t("general.embed.description")}>
|
|
||||||
<meta property="og:title" content={$t("general.cobalt")}>
|
<meta property="og:title" content={$t("general.cobalt")}>
|
||||||
|
<meta
|
||||||
|
name="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