Finished building blog overview page.

This commit is contained in:
2018-11-25 18:38:42 +11:00
parent 8ab9f09287
commit 83369773cd
15 changed files with 312 additions and 40 deletions

View File

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