_layouts/post.html in space-jekyll-theme-0.1.10 vs _layouts/post.html in space-jekyll-theme-0.1.11
- old
+ new
@@ -1,8 +1,8 @@
---
layout: default
---
-<p class="kicker">{{ page.kicker }}</p>
+<h6 class="kicker">{{ page.kicker }}</h6>
<h1>{{ page.title }}</h1>
<h2 class="subtitle">{{ page.subtitle }}</h2>
<div class="meta"><p>By {{ page.author }} ▪︎ {{ page.date | date: "%m.%d.%Y" }} </p></div>
{{ content }}