From 4a21c73d3e65e93a18328df97ba1d81e161cc188 Mon Sep 17 00:00:00 2001 From: rubenbupe Date: Fri, 16 Aug 2024 14:12:43 +0200 Subject: [PATCH] fix: wrong theme color --- src/layouts/Layout.astro | 1 - 1 file changed, 1 deletion(-) diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index d012d2c..0e35269 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -40,7 +40,6 @@ const { title } = Astro.props; - {siteName}{title && ` | ${title}`}