web: add og:title to head on all pages with custom title

This commit is contained in:
wukko
2024-09-09 12:19:25 +06:00
parent 0b5b8454a9
commit b96d2ea352
5 changed files with 24 additions and 5 deletions

View File

@@ -82,6 +82,10 @@
<title>
{$t("tabs.updates")} ~ {$t("general.cobalt")}
</title>
<meta
property="og:title"
content="{$t("tabs.updates")} ~ {$t("general.cobalt")}"
/>
</svelte:head>
<svelte:window on:keydown={handleKeydown} />