Fix margin above first post in blog post list.

This commit is contained in:
Andy Diamondstein 2016-02-26 13:12:47 -05:00
Родитель ac5bdf71fd
Коммит bcf3c1a6c8
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -20,7 +20,11 @@ bodyclass: posts
{% if site.excerpt_separator %}
{% if forloop.first == true %}
<h3 style="margin-top: 0;">{{ post.title }}</h3>
{% else %}
<h3>{{ post.title }}</h3>
{% endif %}
<p><b>{{ post.date | date_to_string }}{% if post.attribution %}, {{ post.attribution }}{% endif %}</b></p>