From 7ec368ac41790f5c1318e563462392eaa72e0bdb Mon Sep 17 00:00:00 2001 From: Nils Pukropp Date: Thu, 14 May 2026 18:22:53 +0200 Subject: [PATCH] implemented compression + renamed prev/next buttons --- frontend/src/pages/posts/[slug].astro | 27 ++++++--------------------- 1 file changed, 6 insertions(+), 21 deletions(-) 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 */} - + + )} )}