From cf12428f984706714ca37bdb299f5cc6909f48d5 Mon Sep 17 00:00:00 2001 From: itsfinniii <102350242+itsfinniii@users.noreply.github.com> Date: Sat, 4 Apr 2026 18:25:18 +0200 Subject: [PATCH] Add tags to the Project page and Blog page --- astro/src/pages/[...route].astro | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/astro/src/pages/[...route].astro b/astro/src/pages/[...route].astro index 7ba9844..5c3d920 100644 --- a/astro/src/pages/[...route].astro +++ b/astro/src/pages/[...route].astro @@ -30,8 +30,6 @@ const settings = await getSettings(); const pathName = Astro.url.pathname === "/" ? "/" : Astro.url.pathname.replace(/\/$/, ""); const page = await getPage(settings, pathName); -console.log(pathName); - if (page === null || page.page === null || !page.page.exists) { return new Response("Page not found.", { status: 404, @@ -73,7 +71,7 @@ if (page === null || page.page === null || !page.page.exists) { { page.page.type === "BlogPost" && ( tag.text) }}> @@ -104,7 +102,7 @@ if (page === null || page.page === null || !page.page.exists) { { page.page.type === "ProjectPost" && ( tag.text) }}>