BLOG-118 Fix to allow nullable published_time to support unpublished posts #121

Merged
squid merged 2 commits from BLOG-118_fix_error_when_access_unpublished_post into main 2025-08-06 21:36:54 +08:00
Showing only changes of commit 840302174d - Show all commits

View File

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