Add description to blog post page rendering

This commit is contained in:
Aria 2025-03-10 13:08:39 +11:00
parent 6be2479c08
commit 6fc2e356fe
Signed by untrusted user who does not match committer: aria
GPG key ID: 19AB7AA462B8AB3B

View file

@ -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>