_layouts/post.html in fenton-jekyll-boilerplate-0.0.13 vs _layouts/post.html in fenton-jekyll-boilerplate-0.0.14
- old
+ new
@@ -5,10 +5,10 @@
<article>
<header>
<h1>{{ page.title }}</h1>
</header>
<div class="post-meta">
- {%- assign date_format = site.date_format | default: "%b %-d, %Y" -%}
+ {%- assign date_format = site.date_format | default: '%b %-d, %Y' -%}
{%- assign authordata = '' | split:'@' %}
{%- for author in site.authors %}
{%- if page.authors contains author.username or author.username == page.authors %}
{%- if page.authors.first %}
{%- if page.authors.first == author.username %}
\ No newline at end of file