<div class="byline">{{ post.published_at | date: '%b %d, %Y' }}</div>
<div class="blog_teaser">
{{ post.blog_post.content | truncatewords:52 }}
</div>
<span class="continue_reading"><a href="{{ post.url }}">Read more</a> →</span>
{% endfor %}
<div class="padbottom padtopmore">
<div class="addreaction" style="font-size:15px; display:block"><a href="/blog"><strong>More Blog Headlines</strong></a></div>
</div>
{% for post in page.blog.most_recent_blog_posts limit:5 offset:1 %}
<div class="byline" style="margin:0 6px 0 0;">{{ post.published_at | date: '%b %d' }}</div>
<h5 class="moreblog"><a href="{{ post.url }}">{{ post.headline }}</a></h5><br />
{% endfor %}
</div>
<div id="home_2">
<form><input type="button" class="css3button" value="Share your resources" onClick="window.location.href='/share_resources'"></form>
</div>
Do you like this post?