From 0c63d914ec6af848bcd459def46acceefbd79016 Mon Sep 17 00:00:00 2001 From: SindreKjelsrud Date: Thu, 29 May 2025 19:31:16 +0200 Subject: [PATCH] :lipstick: Tune down boldness of pagetitles Signed-off-by: SindreKjelsrud --- src/layouts/Layout.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index b861f0b..eeeb6a4 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -6,7 +6,7 @@ const {frontmatter} = Astro.props;
-

[ {frontmatter.title} ]

+

[ {frontmatter.title} ]

{frontmatter.description}