Skip to content

Commit 91700d7

Browse files
committed
Update index.md
1 parent 062ef27 commit 91700d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ tagline: Official team blog
66
{% include JB/setup %}
77

88
{% for post in site.posts limit 4 %}
9-
<h1><span>{{ post.date | date_to_string }}</span> &raquo; <a href="{{ BASE_PATH }}{{ post.url }}">{{ post.title }}</a><small>{{ post.tagline }}</small></h1>
9+
<h2><small>{{ post.date | date_to_string }} &raquo; </small> <a href="{{ BASE_PATH }}{{ post.url }}">{{ post.title }}</a><small> - {{ post.tagline }}</small></h1>
1010
{{ post.content }}
1111
{% endfor %}

0 commit comments

Comments
 (0)