We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e0c1cd commit 87b9c97Copy full SHA for 87b9c97
1 file changed
blog/index.html
@@ -10,8 +10,8 @@ <h2><a href="{{ post.url }}">{{ post.title }}</a></h2>
10
<span>by <a href="http://github.com/{{post.author}}">{{post.author}}</a>, on {{ post.date | date_to_string }}</span>
11
</div>
12
13
- <div class="post-content">
14
- {{ post.content }}
15
- </div>
+ <p class="post-excerpt">{{ post.content | strip_html | truncatewords: 55 }}</p>
+
+ <p><a href="{{ post.url }}">Read more...</a></p>
16
</article>
17
{% endfor %}
0 commit comments