Блоги #1

Merged
rndtrash merged 64 commits from feature-blogs into master 2025-10-22 08:44:56 +03:00
Showing only changes of commit b9e309b52f - Show all commits

View file

@ -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">