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