Jemoji
[jekyll-now.git] / index.html
blob350fc2a77817f8cefc4453d102bc753c4107bb9a
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>