BLOG-118 Fix to allow nullable published_time to support unpublished posts #121
@ -32,7 +32,7 @@
|
|||||||
{/if}
|
{/if}
|
||||||
{/if}
|
{/if}
|
||||||
</svelte:head>
|
</svelte:head>
|
||||||
<article class="prose prose-gray container pb-10">
|
<article class="container prose pb-10 prose-gray">
|
||||||
{#if state.data}
|
{#if state.data}
|
||||||
<PostContentHeader postInfo={state.data.info} />
|
<PostContentHeader postInfo={state.data.info} />
|
||||||
<div class="max-w-3xl">
|
<div class="max-w-3xl">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user