Update ArticleHeader component
This commit is contained in:
parent
4e6b7cfb8b
commit
7fe991c414
1 changed files with 4 additions and 2 deletions
|
@ -26,8 +26,10 @@
|
|||
</figure>
|
||||
{/if}
|
||||
|
||||
<h1>{$page.data.title}</h1>
|
||||
<p>{$page.data.description}</p>
|
||||
<hgroup>
|
||||
<h1>{$page.data.title}</h1>
|
||||
<p>{$page.data.description}</p>
|
||||
</hgroup>
|
||||
|
||||
{#if $page.data.published}
|
||||
<p>
|
||||
|
|
Loading…
Reference in a new issue