Working more with the article feature layout..

This commit is contained in:
2018-10-30 22:17:45 +11:00
parent c740652a48
commit 2ca45b154c
3 changed files with 74 additions and 28 deletions

View File

@ -31,7 +31,9 @@ import FeaturedArticleSection from '@sections/blog/article/FeaturedArticleSectio
const TestBlogData = {
handle: "test-blog",
title: "Test Blog Article",
shortDescription: "Read how the latest lorem ipsum is dolor sit amet for business owners."
url: '/',
image: require('@assets/images/photo.jpg'),
shortDescription: "Read how the latest lorem ipsum is dolor sit amet for business owners..."
};
export default withLanguage(props => {