Skip to content

Commit beee3b0

Browse files
committed
Update index.md
1 parent c930745 commit beee3b0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

index.md

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

88
{% for post in site.posts limit 4 %}
9-
<h2><small>{{ post.date | date_to_string }} </small> <a href="{{ BASE_PATH }}{{ post.url }}">{{ post.title }}</a><small> - {{ post.tagline }}</small></h2>
9+
<div class="date"><small>{{ post.date | date_to_string }} </small></div>
10+
<h2><a href="{{ BASE_PATH }}{{ post.url }}">{{ post.title }}</a><small> - {{ post.tagline }}</small></h2>
1011
{{ post.content }}
1112
{% endfor %}

0 commit comments

Comments
 (0)