More time making your blog awesome
[jekyll-now.git] / index.html
blobdfcf58b64584c484ae7000310488e98d9d658383
1 ---
2 layout: default
3 ---
5 <div class="posts">
6 {% for post in site.posts %}
7 <article class="post">
9 <h1><a href="{{ post.url }}">{{ post.title }}</a></h1>
11 <div class="entry">
12 {{ post.content | truncatewords:40}}
13 </div>
15 <a href="{{ post.url }}" class="read-more">Read More</a>
16 </article>
17 {% endfor %}
18 </div>