|
|
|
|
@ -46,14 +46,14 @@
@@ -46,14 +46,14 @@
|
|
|
|
|
<meta name="twitter:image" content="{image}" /> |
|
|
|
|
</svelte:head> |
|
|
|
|
|
|
|
|
|
{#key data} |
|
|
|
|
<ArticleNav publicationType={data.publicationType} rootId={data.parser.getRootIndexId()} indexEvent={data.indexEvent} /> |
|
|
|
|
{/key} |
|
|
|
|
|
|
|
|
|
<main class="publication {data.publicationType}"> |
|
|
|
|
{#await data.waitable} |
|
|
|
|
<TextPlaceholder divClass='skeleton-leather w-full' size="xxl" /> |
|
|
|
|
{:then} |
|
|
|
|
{#key data} |
|
|
|
|
<ArticleNav publicationType={data.publicationType} rootId={data.parser.getRootIndexId()} indexEvent={data.indexEvent} /> |
|
|
|
|
{/key} |
|
|
|
|
<Publication |
|
|
|
|
rootAddress={data.indexEvent.tagAddress()} |
|
|
|
|
publicationType={data.publicationType} |
|
|
|
|
|