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 ++++------------- 1 file changed, 4 insertions(+), 13 deletions(-) (limited to 'src/pages/history') 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; --- - - - - - - - Geshem - Rain Radar History - - - - - - \ No newline at end of file + + + \ No newline at end of file -- cgit v1.3.1