_layouts/archive-taxonomy.html in minimal-mistakes-jekyll-4.6.0 vs _layouts/archive-taxonomy.html in minimal-mistakes-jekyll-4.7.0

- old
+ new

@@ -1,15 +1,15 @@ ---- -layout: default -author_profile: false ---- - -<div id="main" role="main"> - {% include sidebar.html %} - - <div class="archive"> - <h1 class="page__title">{{ page.title }}</h1> - {% for post in page.posts %} - {% include archive-single.html %} - {% endfor %} - </div> +--- +layout: default +author_profile: false +--- + +<div id="main" role="main"> + {% include sidebar.html %} + + <div class="archive"> + <h1 class="page__title">{{ page.title }}</h1> + {% for post in page.posts %} + {% include archive-single.html %} + {% endfor %} + </div> </div> \ No newline at end of file