_layouts/page.html in jekyll-theme-tallneck-0.1.0 vs _layouts/page.html in jekyll-theme-tallneck-0.1.1

- old
+ new

@@ -1,11 +1,11 @@ ---- -layout: base ---- - -<div id="content" class="container content"> - <h1>{{ page.title }}</h1> - {%- if page.subtitle -%} - <p class="subtitle">{{ page.subtitle }}</p> - {%- endif -%} - {{ content }} +--- +layout: base +--- + +<div id="content" class="container content"> + <h1>{{ page.title }}</h1> + {%- if page.subtitle -%} + <p class="subtitle">{{ page.subtitle }}</p> + {%- endif -%} + {{ content }} </div> \ No newline at end of file