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

@@ -190,6 +190,10 @@
<svelte:head>
<title>{$t("tabs.remux")} ~ {$t("general.cobalt")}</title>
<meta
property="og:title"
content="{$t("tabs.remux")} ~ {$t("general.cobalt")}"
/>
</svelte:head>
<DropReceiver id="remux-container" bind:draggedOver bind:file>