We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6249d14 commit 2ad6c83Copy full SHA for 2ad6c83
src/routes/blog/+page.svelte
@@ -20,7 +20,7 @@
20
<!-- TODO: Make the below a component -->
21
<div class="flex flex-col gap-3 py-9 md:py-0">
22
<!-- Date -->
23
- <span>{formatDate(new Date(data.metadata.date))}</span>
+ <span>{formatDate(new Date(post.metadata.date))}</span>
24
25
<!-- Title -->
26
<h2 class="text-2xl font-bold">{post.metadata.title}</h2>
0 commit comments