From ce455b41a2a3d520a2f37c2d4c69bf6ab33a65f7 Mon Sep 17 00:00:00 2001 From: Matt Kosarek Date: Wed, 18 Mar 2026 08:17:44 -0400 Subject: feature: add a light and dark theme --- src/layouts/PostLayout.astro | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/layouts/PostLayout.astro') diff --git a/src/layouts/PostLayout.astro b/src/layouts/PostLayout.astro index 31d0ac6..7b9d85c 100644 --- a/src/layouts/PostLayout.astro +++ b/src/layouts/PostLayout.astro @@ -14,5 +14,7 @@ const { title } = Astro.props;

{title}

RSS Feed - +
+ +
-- cgit v1.2.1