From 604d200a6f9e435bfd557e8d7247d57f93837d0b Mon Sep 17 00:00:00 2001 From: Stefan Imhoff Date: Sun, 29 Sep 2024 18:10:05 +0200 Subject: [PATCH] feat: add the intro line to the layout --- src/layouts/PageLayout.astro | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/layouts/PageLayout.astro b/src/layouts/PageLayout.astro index 744bc56..44645e9 100644 --- a/src/layouts/PageLayout.astro +++ b/src/layouts/PageLayout.astro @@ -32,6 +32,13 @@ const gridVariant = frontmatter.grid || grid; ) } + { + frontmatter.intro && ( +
+

{frontmatter.intro}

+
+ ) + } { frontmatter.intro && (