Done, just need to add first article
This commit is contained in:
parent
51d503aed4
commit
f1d0f9ea9d
7 changed files with 30 additions and 20 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue