yap #1

Merged
cirroskais merged 55 commits from development into master 2024-07-06 16:12:27 +00:00
Showing only changes of commit 4b56653181 - Show all commits

View file

@ -18,6 +18,9 @@
{:else if data.file.type.includes('image')} {:else if data.file.type.includes('image')}
<meta property="og:image" content="{$page.url.origin}/download/{data.file.id}" /> <meta property="og:image" content="{$page.url.origin}/download/{data.file.id}" />
{/if} {/if}
{#if data.settings.large}
<meta property="twitter:card" content="summary_large_image" />
{/if}
</svelte:head> </svelte:head>
<div class="container"> <div class="container">