From fb394a64a0bf534bb5a65c0f47b88a1830e1ec5d Mon Sep 17 00:00:00 2001 From: harderthanfire Date: Mon, 23 Jan 2023 15:29:30 +0000 Subject: [PATCH] Update metrics --- src/layouts/BaseLayout.astro | 2 +- src/layouts/Layout.astro | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/layouts/BaseLayout.astro b/src/layouts/BaseLayout.astro index 151fae6..a1d7d47 100644 --- a/src/layouts/BaseLayout.astro +++ b/src/layouts/BaseLayout.astro @@ -18,7 +18,7 @@ const { language = 'en', textDirection = 'ltr' } = SITE; - + diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index 0c52c4c..4fe9eeb 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -13,7 +13,7 @@ const { title } = Astro.props; - + {title}