Move description above separator
This commit is contained in:
parent
1a098cadd3
commit
ff73fbce10
1 changed files with 1 additions and 1 deletions
|
@ -18,8 +18,8 @@ export default function(props: Props) {
|
|||
By {props.author.name} on <time dateTime={props.date.toISOString()}>{dateFormatted}</time>
|
||||
</p>
|
||||
}
|
||||
{props.comp.separator()}
|
||||
<p className="subheading">{ props.description }</p>
|
||||
{props.comp.separator()}
|
||||
</header>
|
||||
)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue