social icons for github and twitter as pngs
[jekyll-now.git] / index.html
bloba4e6e2438f145b4b27c9ee713d0a1b8ab61b929b
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="date">
12 {{ post.date | date: "%B %e, %Y" }}
13 </div>
15 <div class="entry">
16 {{ post.content | truncatewords:40}}
17 </div>
19 <a href="{{ post.url }}" class="read-more">Read More</a>
20 </article>
21 {% endfor %}
22 </div>