Preparing for first blog post.

This commit is contained in:
2018-11-27 08:49:14 +11:00
parent acdea924a2
commit cf80504123
3 changed files with 2 additions and 2 deletions

View File

@ -59,7 +59,7 @@ export default withLanguage(props => {
</NavLink>
</ContentBox>
<Paragraph itemProp="description" children={ article.description } />
<Paragraph itemProp="description" children={ article.shortDescription } />
<NavLink itemProp="sameAs" to={ article.url } children={ lang.blog.article.readMore } />
</div>
</ContentBox>