Added some markup to the Articles

This commit is contained in:
2018-11-27 12:52:46 +11:00
parent cf80504123
commit 0bf91d2bed
6 changed files with 60 additions and 15 deletions

View File

@ -70,11 +70,10 @@ export default withArticleTemplate(withLanguage(props => {
</div>
{/* Description */}
<ContentBox box itemProp="description" className="p-article-page__description">
<Paragraph>
{ article.description || article.shortDescription }
</Paragraph>
</ContentBox>
<ContentBox
box itemProp="description" className="p-article-page__description"
content={ article.description || article.shortDescription }
/>
</article>
</PageBoundary>
);