Done, just need to add first article

This commit is contained in:
Henry Hiles 2023-06-25 09:56:37 -04:00
parent 51d503aed4
commit f1d0f9ea9d
7 changed files with 30 additions and 20 deletions

View file

@ -51,7 +51,12 @@ const { filteredPosts, categoryProperties } = Astro.props
</aside>
<div class={styles.right}>
<article class={styles.description}>
<h1>Welcome to the blog!</h1>
<h1>
{
categoryProperties.descriptionTitle ||
categoryProperties.title
}
</h1>
<Divider />
<p>
<Fragment