From b69209267080c6a10a4c8cc2f9f2a281e5720b77 Mon Sep 17 00:00:00 2001 From: ferrreo Date: Mon, 19 Jun 2023 12:52:59 +0100 Subject: [PATCH] Remove metrics call --- src/layouts/BaseLayout.astro | 1 - src/layouts/Layout.astro | 1 - 2 files changed, 2 deletions(-) diff --git a/src/layouts/BaseLayout.astro b/src/layouts/BaseLayout.astro index 37bbd9a..80ff7a2 100644 --- a/src/layouts/BaseLayout.astro +++ b/src/layouts/BaseLayout.astro @@ -18,7 +18,6 @@ const { language = 'en', textDirection = 'ltr' } = SITE; - diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index 5ac4e35..f1a62a5 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -13,7 +13,6 @@ const { title } = Astro.props; - {title}