From dfca9379c3f5f526cf80513a15d9f2a140a51629 Mon Sep 17 00:00:00 2001 From: harderthanfire Date: Mon, 23 Jan 2023 15:32:50 +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 a1d7d47..8767ab4 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 4fe9eeb..93840fd 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -13,7 +13,7 @@ const { title } = Astro.props; - + {title}