_includes/post-head.html in alna-jekyll-theme-0.1.7 vs _includes/post-head.html in alna-jekyll-theme-0.1.8
- old
+ new
@@ -3,10 +3,11 @@
{% include date.html date=include.date %}
{% if page.layout == "post" %}
<h1 itemprop="name headline">{{ include.title }}</h1>
{% else %}
- <h3 itemprop="name headline">
+ <h3 itemprop="name headline"
+ class="u-margin-bottom-none">
<a href="{{ include.url }}">{{ include.title }}</a>
</h3>
<link href="{{ include.url }}"
itemprop="url" />