_layouts/post.html in jekyll-theme-penumbra-0.1.0 vs _layouts/post.html in jekyll-theme-penumbra-0.1.1

- old
+ new

@@ -1,14 +1,14 @@ ---- -layout: default ---- - -<small>{{ page.date | date: "%-d %B %Y" }}</small> -<h1>{{ page.title }}</h1> - -<p class="view">by {{ page.author | default: site.author }}</p> - -{{content}} - -{% if page.tags %} - <small>tags: <em>{{ page.tags | join: "</em> - <em>" }}</em></small> -{% endif %} +--- +layout: default +--- + +<small>{{ page.date | date: "%-d %B %Y" }}</small> +<h1>{{ page.title }}</h1> + +<p class="view">by {{ page.author | default: site.author }}</p> + +{{content}} + +{% if page.tags %} + <small>tags: <em>{{ page.tags | join: "</em> - <em>" }}</em></small> +{% endif %}