From 61e7f5d5b4bf366dbf77b62e788f2aac251a6e1e Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Wed, 18 Sep 2024 00:35:18 +0000 Subject: Refactor Footer and Header components, update layout styles, and adjust Analytics placement --- src/pages/[...page].astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pages') diff --git a/src/pages/[...page].astro b/src/pages/[...page].astro index 42f84b3..cd64d66 100644 --- a/src/pages/[...page].astro +++ b/src/pages/[...page].astro @@ -20,7 +20,7 @@ const { page } = Astro.props; --- -
+
{page.data.map((post) => )}
-- cgit v1.2.3