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

- old
+ new

@@ -1,9 +1,10 @@ --- layout: default --- <main id="site-main"> + <article> <header> <h1>{{ page.name }}</h1> </header> <div class="author-profile"> {%- if page.picture %} @@ -34,6 +35,7 @@ {%- endif %} {%- endif %} {%- endfor %} </ul> </div> + </article> </main> \ No newline at end of file