We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d824fd8 commit ac1cf36Copy full SHA for ac1cf36
index.html
@@ -9,7 +9,7 @@
9
<h1><a href="{{ site.baseurl }}{{ post.url }}">{{ post.title }}</a></h1>
10
11
<div class="entry">
12
- {{ post.content | truncatewords:40}}
+ {{ post.excerpt }}
13
</div>
14
15
<a href="{{ site.baseurl }}{{ post.url }}" class="read-more">Read More</a>
0 commit comments