We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e36d9e commit e0890bbCopy full SHA for e0890bb
1 file changed
blog.markdown
@@ -11,7 +11,7 @@ title: Codeception Blog
11
12
#### {{ post.date | date: "%B %d, %Y" }}
13
14
-{{ post.excerpt }}
+{{ post.content | strip_html |truncate: 450 }}
15
16
17
{% endfor %}
0 commit comments