Skip to content

Commit

Permalink
web/layout: add og:description
Browse files Browse the repository at this point in the history
  • Loading branch information
wukko committed Sep 7, 2024
1 parent 9a50444 commit a698c55
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion web/src/routes/+layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,12 @@
</script>

<svelte:head>
<meta name="description" content={$t("general.embed.description")}>
<meta property="og:title" content={$t("general.cobalt")}>
<meta
name="description"
property="og:description"
content={$t("general.embed.description")}
>

{#if device.is.mobile}
<meta name="theme-color" content={statusBarColors[$currentTheme]} />
Expand Down

0 comments on commit a698c55

Please sign in to comment.