Skip to content

Commit ac1cf36

Browse files
committed
Using post.excerpt in index.html (closes barryclark#117)
1 parent d824fd8 commit ac1cf36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<h1><a href="{{ site.baseurl }}{{ post.url }}">{{ post.title }}</a></h1>
1010

1111
<div class="entry">
12-
{{ post.content | truncatewords:40}}
12+
{{ post.excerpt }}
1313
</div>
1414

1515
<a href="{{ site.baseurl }}{{ post.url }}" class="read-more">Read More</a>

0 commit comments

Comments
 (0)