_layouts/post.html in space-jekyll-theme-0.1.4 vs _layouts/post.html in space-jekyll-theme-0.1.5

- old
+ new

@@ -1,8 +1,8 @@ --- layout: default --- -<p class="kicker">Filed under {{ page.kicker }} ▪︎ {{ page.date | date: "%m.%d.%Y" }} </p> +<p class="kicker">{{ page.kicker }}</p> <h1>{{ page.title }}</h1> <h2 class="subtitle">{{ page.subtitle }}</h2> -<div class="meta"><p>By {{ page.author }}</p></div> +<div class="meta"><p>By {{ page.author }} ▪︎ {{ page.date | date: "%m.%d.%Y" }} </p></div> {{ content }}