Add description to blog post page rendering
This commit is contained in:
parent
6be2479c08
commit
6fc2e356fe
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ import BaseLayout from "./BaseLayout.astro";
|
|||
const { frontmatter } = Astro.props;
|
||||
---
|
||||
|
||||
<BaseLayout pageTitle={frontmatter.title}>
|
||||
<BaseLayout pageTitle={frontmatter.title} description={frontmatter.description}>
|
||||
<Partition>
|
||||
<p>
|
||||
<h1 class="text-xl font-bold underline">{frontmatter.title}</h1>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue