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 ? (

)} -
- -