This commit is contained in:
parent
eceb31a9ad
commit
e9b6035c58
48 changed files with 354 additions and 340 deletions
|
|
@ -12,7 +12,7 @@ const { title, description } = Astro.props;
|
|||
<header class="page-header">
|
||||
<slot name="breadcrumbs" />
|
||||
<h1>{title}</h1>
|
||||
<p>{description}</p>
|
||||
{description && <p>{description}</p>}
|
||||
</header>
|
||||
<slot />
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue