We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c930745 commit beee3b0Copy full SHA for beee3b0
1 file changed
index.md
@@ -6,6 +6,7 @@ tagline: Official team blog
6
{% include JB/setup %}
7
8
{% 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>
+<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>
11
{{ post.content }}
12
{% endfor %}
0 commit comments