From 526c6e26e11e5abae15479c87bd66c45f76084f7 Mon Sep 17 00:00:00 2001 From: Fluffy-Bean Date: Thu, 23 May 2024 20:23:52 +0100 Subject: [PATCH] Im gonna explode --- src/layouts/Markdown.astro | 4 +--- src/pages/posts/[...slug].astro | 4 +--- src/pages/projects/[...slug].astro | 4 +--- 3 files changed, 3 insertions(+), 9 deletions(-) diff --git a/src/layouts/Markdown.astro b/src/layouts/Markdown.astro index 67a907f..8f7785b 100644 --- a/src/layouts/Markdown.astro +++ b/src/layouts/Markdown.astro @@ -10,9 +10,7 @@ const { frontmatter } = Astro.props;

By {frontmatter.author}


diff --git a/src/pages/posts/[...slug].astro b/src/pages/posts/[...slug].astro index 3340540..02943a3 100644 --- a/src/pages/posts/[...slug].astro +++ b/src/pages/posts/[...slug].astro @@ -21,9 +21,7 @@ const { post } = Astro.props;

{post.data.title}

{post.data.description}


diff --git a/src/pages/projects/[...slug].astro b/src/pages/projects/[...slug].astro index bbf8c5c..111247a 100644 --- a/src/pages/projects/[...slug].astro +++ b/src/pages/projects/[...slug].astro @@ -22,9 +22,7 @@ const { project } = Astro.props;

{project.data.title}

{project.data.description}