From 02bfc4221f12ee406b16b233712372ec9115d124 Mon Sep 17 00:00:00 2001 From: Claudiu Ceia Date: Thu, 29 Feb 2024 15:51:18 +0200 Subject: [PATCH] fix: add analytics --- src/layouts/Layout.astro | 1 + src/layouts/OtherLayout.astro | 1 + 2 files changed, 2 insertions(+) diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index 447b8ab..4598829 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -56,6 +56,7 @@ const { title, paddingTop } = Astro.props; rel="stylesheet" /> {title} + diff --git a/src/layouts/OtherLayout.astro b/src/layouts/OtherLayout.astro index d8b08de..92f6f23 100644 --- a/src/layouts/OtherLayout.astro +++ b/src/layouts/OtherLayout.astro @@ -53,6 +53,7 @@ const { title, paddingTop } = Astro.props; content={title} /> {title} +