diff --git a/src/pages/posts/[...slug].astro b/src/pages/posts/[...slug].astro index 8bcad9b..50423f5 100644 --- a/src/pages/posts/[...slug].astro +++ b/src/pages/posts/[...slug].astro @@ -144,7 +144,7 @@ const url = }
-
+
{ attachments && ( diff --git a/src/pages/posts/index.astro b/src/pages/posts/index.astro index 101b90f..df0f4c2 100644 --- a/src/pages/posts/index.astro +++ b/src/pages/posts/index.astro @@ -106,7 +106,7 @@ async function parseContent(data: string, useBreaks: boolean = false) { )}