diff --git a/src/routes/Post.svelte b/src/routes/Post.svelte index 4a084e9..1fdba6c 100644 --- a/src/routes/Post.svelte +++ b/src/routes/Post.svelte @@ -1,21 +1,31 @@ +{#if loading} + +{/if} -

{params.year}, {params.month}, {params.day}, {params.title}

+{#if error404} + +{/if}
-

{post.title}

-

{post.description}

+

{postTitle}

+

{postDescription}