Using post.excerpt in index.html (closes #117)

This commit is contained in:
Barry Clark 2015-03-01 14:50:11 -05:00
parent d824fd879e
commit ac1cf36fe0
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ layout: default
<h1><a href="{{ site.baseurl }}{{ post.url }}">{{ post.title }}</a></h1>
<div class="entry">
{{ post.content | truncatewords:40}}
{{ post.excerpt }}
</div>
<a href="{{ site.baseurl }}{{ post.url }}" class="read-more">Read More</a>