From 64c455f5843e0abb78e40331d1c7b5f676697a9b Mon Sep 17 00:00:00 2001 From: Nils Pukropp Date: Thu, 14 May 2026 11:23:44 +0200 Subject: [PATCH] removed index display --- frontend/src/pages/index.astro | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/frontend/src/pages/index.astro b/frontend/src/pages/index.astro index da8a36e..1f27967 100644 --- a/frontend/src/pages/index.astro +++ b/frontend/src/pages/index.astro @@ -53,13 +53,11 @@ try { } const isAdmin = Astro.cookies.get('admin_session')?.value === '1'; -const total = posts.length; ---
-
-
+

{isAdmin ? (

)} -
- -