We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 062ef27 commit 91700d7Copy full SHA for 91700d7
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><small>{{ post.tagline }}</small></h1>
+<h2><small>{{ post.date | date_to_string }} » </small> <a href="{{ BASE_PATH }}{{ post.url }}">{{ post.title }}</a><small> - {{ post.tagline }}</small></h1>
10
{{ post.content }}
11
{% endfor %}
0 commit comments