web: add og:title to head on all pages with custom title
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user