From 9780cff82196e532f50a4d2c0bf8b41b7e284637 Mon Sep 17 00:00:00 2001 From: Joe Carstairs <65492573+Sycamost@users.noreply.github.com> Date: Sat, 5 Aug 2023 21:41:14 +0100 Subject: Fixes stylesheet links --- src/layouts/Layout.astro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index b17de4d..360acfb 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -20,8 +20,8 @@ const t = translate(locale); - - + + { title } | { t(site, 'title') } -- cgit v1.2.3