Skip to content

Commit

Permalink
Using post.excerpt in index.html (closes #117)
Browse files Browse the repository at this point in the history
  • Loading branch information
barryclark committed Mar 1, 2015
1 parent d824fd8 commit ac1cf36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<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>
Expand Down

0 comments on commit ac1cf36

Please sign in to comment.