_layouts/post.html in fenton-jekyll-boilerplate-0.0.11 vs _layouts/post.html in fenton-jekyll-boilerplate-0.0.12

- old
+ new

@@ -1,9 +1,10 @@ --- layout: default --- <main id="site-main"> + <article> <header> <h1>{{ page.title }}</h1> </header> <div class="post-meta"> {%- assign date_format = site.date_format | default: "%b %-d, %Y" -%} @@ -16,11 +17,11 @@ {%- endif %} {%- elsif forloop.first and author.picture %} <img src="/{{ author.picture }}" alt="{{ author.name }}" class="author-image" /> {%- endif %} {%- capture data -%} - <a href="{{ site.url }}{{ site.baseurl }}/author/{{ author.username }}/">{{ author.name }}</a> + <a href="{{ site.url }}{{ site.baseurl }}/authors/{{ author.username }}/">{{ author.name }}</a> {%- endcapture %} {%- assign authordata = authordata | push: data %} {%- endif %} {%- endfor %} <div class="author-info"> @@ -32,6 +33,7 @@ </div> </div> <div> {{ content }} </div> + </article> </main> \ No newline at end of file