diff --git a/src/routes/posts/[slug].svelte b/src/routes/posts/[slug].svelte index 7c60314..5f6e382 100644 --- a/src/routes/posts/[slug].svelte +++ b/src/routes/posts/[slug].svelte @@ -15,11 +15,20 @@

Posts

-
{JSON.stringify(post, null, 2)}
+

{title}

+

{date}

+
{JSON.stringify(tags, null, 2)}
+

{published}

+
{JSON.stringify(readingTime, null, 2)}
+
+ {@html html} +