We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b151b8 commit 062ef27Copy full SHA for 062ef27
1 file changed
index.md
@@ -6,6 +6,6 @@ tagline: Official team blog
6
{% include JB/setup %}
7
8
{% for post in site.posts limit 4 %}
9
-<h1><span>{{ post.date | date_to_string }}</span> » <a href="{{ BASE_PATH }}{{ post.url }}">{{ post.title }}</a></h1>
+<h1><span>{{ post.date | date_to_string }}</span> » <a href="{{ BASE_PATH }}{{ post.url }}">{{ post.title }}</a><small>{{ post.tagline }}</small></h1>
10
{{ post.content }}
11
{% endfor %}
0 commit comments