Blog Page
Body of this page must have id #blog-page. This page has next layout: page title and list of posts.
Post
All posts must be wrapped to .articles-list. Each post has next layout: title, author and post categories.
post layout
<article>
<div class="row">
<div class="col-md-12">
<a class="post smooth-leave" href="blog-single.html">
<div class="content">
<h2>Design for Humanity</h2>
<ul>
<li class="author">Ted Ross</li>
<li class="categories">
<ul>
<li>Branding</li>
<li>Podcast</li>
</ul>
</li>
</ul>
</div>
<div class="arrow"></div>
</a>
</div>
</div>
</article>
If you have any questions that are beyond the scope of this help file, please feel free to email via my user page contact form here. Thanks so much!