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}