2014-02-06 19:18:00 -05:00
|
|
|
---
|
|
|
|
|
layout: default
|
|
|
|
|
---
|
|
|
|
|
|
2014-02-11 09:11:56 -05:00
|
|
|
<div class="posts">
|
2014-02-07 08:45:09 -05:00
|
|
|
{% for post in site.posts %}
|
2014-02-11 09:11:56 -05:00
|
|
|
<article class="post">
|
2014-02-17 20:34:55 -05:00
|
|
|
|
2014-04-30 09:29:05 -04:00
|
|
|
<h1><a href="{{ post.url }}">{{ post.title }}</a></h1>
|
2014-02-17 20:34:55 -05:00
|
|
|
|
|
|
|
|
<div class="date">
|
|
|
|
|
{{ post.date | date: "%B %e, %Y" }}
|
|
|
|
|
</div>
|
2014-02-06 19:18:00 -05:00
|
|
|
|
2014-02-17 20:34:55 -05:00
|
|
|
<div class="entry">
|
|
|
|
|
{{ post.content | truncatewords:40}}
|
|
|
|
|
</div>
|
2014-02-11 09:11:56 -05:00
|
|
|
|
2014-02-12 20:42:49 -05:00
|
|
|
<a href="{{ post.url }}" class="read-more">Read More</a>
|
2014-02-11 09:11:56 -05:00
|
|
|
</article>
|
2014-02-07 08:45:09 -05:00
|
|
|
{% endfor %}
|
2014-02-11 09:11:56 -05:00
|
|
|
</div>
|