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