From d8c6eedbe7099a54e3d49e858f422c7fb64de266 Mon Sep 17 00:00:00 2001 From: Stefan Imhoff Date: Mon, 20 Feb 2023 16:46:18 +0100 Subject: [PATCH] chore: add no-js class and module to replace it if JavaScript is available --- src/layouts/Layout.astro | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index 368899f..459945c 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -9,15 +9,21 @@ const { title } = Astro.props; + {title} + +