From d68de64bd8a2139e9fe53041411026ab174b02f3 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Wed, 24 Sep 2025 10:44:16 +0200 Subject: Extract layout --- src/pages/history/[date].astro | 17 ++++------------- src/pages/index.astro | 20 ++++---------------- 2 files changed, 8 insertions(+), 29 deletions(-) (limited to 'src/pages') diff --git a/src/pages/history/[date].astro b/src/pages/history/[date].astro index 8796c14..0a78f9f 100644 --- a/src/pages/history/[date].astro +++ b/src/pages/history/[date].astro @@ -1,4 +1,5 @@ --- +import Layout from '../../layouts/Layout.astro'; import { Geshem } from '../../components/Geshem'; import '../../styles/global.css'; @@ -7,16 +8,6 @@ export const prerender = false; const { date } = Astro.params; --- - -
- - - - -