diff --git a/src/components/PostPage.astro b/src/components/PostPage.astro index 991e59c55..c7f66537b 100644 --- a/src/components/PostPage.astro +++ b/src/components/PostPage.astro @@ -12,17 +12,17 @@ const interval = 50;
{page.data.map((entry: CollectionEntry<"posts">) => ( - +
+ +
))}
\ No newline at end of file