Skip to content

Commit 7024c3f

Browse files
committed
1.0.1 release
1 parent e0890bb commit 7024c3f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: blog.markdown

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ title: Codeception Blog
77

88
{% for post in site.posts %}
99

10-
### [{{ post.title }}]({{ post.url }})
10+
## [{{ post.title }}]({{ post.url }})
1111

1212
#### {{ post.date | date: "%B %d, %Y" }}
1313

14-
{{ post.content | strip_html |truncate: 450 }}
14+
{{ post.content | strip_html | truncate: 250 }}
1515

1616

1717
{% endfor %}

0 commit comments

Comments
 (0)