We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae021d1 commit f101df7Copy full SHA for f101df7
2 files changed
blog.html
blog.markdown
@@ -3,15 +3,15 @@ layout: page
3
title: Codeception Blog
4
---
5
6
-<h1>Blog</h1>
+# Blog
7
8
{% for post in site.posts %}
9
10
-<h3><a href="{{ post.url }}">{{ post.title }}</a></h3>
+### [{{ post.title }}]({{ post.url }})
11
12
+{{ post.content | truncate: 450 }}
13
-<p>{{ post.content | truncate: 450 }}</p>
14
15
-<a href="{{ post.url }}">Read more</a>
+[Read more]({{ post.url }})
16
17
{% endfor %}
0 commit comments