Сделал настраиваемыми все поля метаданных страницы
This commit is contained in:
parent
efd41dce7c
commit
b9e309b52f
1 changed files with 5 additions and 2 deletions
|
|
@ -21,8 +21,11 @@
|
|||
<title>Tea Sanctuary</title>
|
||||
<meta property="og:title" content="Tea Sanctuary" />
|
||||
{/if}
|
||||
<meta property="og:image" content="https://teasanctuary.ru/common/logo.png" />
|
||||
<meta property="og:description" content="Делаем вещи как можем." />
|
||||
<meta
|
||||
property="og:image"
|
||||
content={page.data.thumbnail ?? 'https://teasanctuary.ru/common/logo.png'}
|
||||
/>
|
||||
<meta property="og:description" content={page.data.description ?? 'Делаем вещи как можем.'} />
|
||||
</svelte:head>
|
||||
|
||||
<div class="flex h-dvh w-dvw flex-row portrait:flex-col-reverse">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue