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