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>
|
</figure>
|
||||||
{/if}
|
{/if}
|
||||||
|
|
||||||
|
<hgroup>
|
||||||
<h1>{$page.data.title}</h1>
|
<h1>{$page.data.title}</h1>
|
||||||
<p>{$page.data.description}</p>
|
<p>{$page.data.description}</p>
|
||||||
|
</hgroup>
|
||||||
|
|
||||||
{#if $page.data.published}
|
{#if $page.data.published}
|
||||||
<p>
|
<p>
|
||||||
|
|
Loading…
Reference in a new issue