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

- old
+ new

@@ -1,21 +1,21 @@ ---- -layout: default ---- - -<!-- Article --> -<article> - <!-- Page Title --> - {%- capture subtitle -%} - {%- if page.date -%} - {{ page.date | date_to_string: 'ordinal', 'US' }} - {%- endif -%} - {%- endcapture -%} - {%- include page-header.html - title=page.title - subtitle=subtitle -%} - - <!-- Main Post Content --> - <section class="content-gutters"> - {{ content }} - </section> +--- +layout: default +--- + +<!-- Article --> +<article> + <!-- Page Title --> + {%- capture subtitle -%} + {%- if page.date -%} + {{ page.date | date_to_string: 'ordinal', 'US' }} + {%- endif -%} + {%- endcapture -%} + {%- include page-header.html + title=page.title + subtitle=subtitle -%} + + <!-- Main Post Content --> + <section class="content-gutters"> + {{ content }} + </section> </article> \ No newline at end of file