diff --git a/frontend/src/pages/posts/[slug].astro b/frontend/src/pages/posts/[slug].astro index 5395211..2e73323 100644 --- a/frontend/src/pages/posts/[slug].astro +++ b/frontend/src/pages/posts/[slug].astro @@ -148,17 +148,11 @@ const displayTitle = post ? (post.title || formatSlug(post.slug)) : 'Work'; {/* Body — works on paper */}
- {/* Closing — continue the room */} -
-
- - continue the gallery - -
- - - -
+ + )} )}