_layouts/post-index.html in jekyll-theme-peaceful-gates-1.2.0 vs _layouts/post-index.html in jekyll-theme-peaceful-gates-2.0.0

- old
+ new

@@ -1,26 +1,26 @@ ---- -layout: index ---- - -<!-- Homepage Layout --> -{%- for post in site.posts -%} - <div class="snip"> - <div class="snip-header"> - <h2 class="snip-title"> - {{ post.title }} - </h2> - <h4 class="snip-subtitle"> - {{ post.date | date_to_string: 'ordinal', 'US' }} - </h4> - </div> - <div class="snip-excerpt"> - {{ post.excerpt }} - </div> - <div class="button-group"> - <a class="button" - href="{{ post.url }}"> - Read More - </a> - </div> - </div> +--- +layout: index +--- + +<!-- Homepage Layout --> +{%- for post in site.posts -%} + <div class="snip"> + <div class="snip-header"> + <h2 class="snip-title"> + {{ post.title }} + </h2> + <h4 class="snip-subtitle"> + {{ post.date | date_to_string: 'ordinal', 'US' }} + </h4> + </div> + <div class="snip-excerpt"> + {{ post.excerpt }} + </div> + <div class="button-group"> + <a class="button" + href="{{ post.url }}"> + Read More + </a> + </div> + </div> {%- endfor -%} \ No newline at end of file