_layouts/post.html in jekyll-zeta-0.2.3 vs _layouts/post.html in jekyll-zeta-0.3.0
- old
+ new
@@ -4,10 +4,10 @@
<article>
- <h1>{{ page.title }}</h1>
+ <h2>{{ page.title }}</h2>
<time datetime="{{ page.date }}">{{ page.date | date: site.theme_config.post_date_format }}</time>
{% for tag in page.tags %}
{% capture tag_name %}{{ tag }}{% endcapture %}
<a href="{{ site.baseurl }}/tags/{{ tag_name }}.html"><text><nobr>#{{ tag_name }}</nobr></text> </a>
{% endfor %}</span>