Move description above separator

This commit is contained in:
Foster Hangdaan 2023-08-08 18:48:38 -04:00
parent 1a098cadd3
commit ff73fbce10
Signed by: foster
GPG key ID: E48D7F49A852F112

View file

@ -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>
)
}