_layouts/page.html in bubblin-jekyll-1.0.6 vs _layouts/page.html in bubblin-jekyll-1.1.0
- old
+ new
@@ -1,14 +1,17 @@
---
layout: default
---
-<article class="post">
- <header class="post-header">
- <h1 class="post-title">{{ page.title | escape }}</h1>
- </header>
+<div class="wrapper">
+ <article>
+ <header>
+ <h1>{{ page.title | escape }}</h1>
+ </header>
+ <hr>
+ <div>
+ {{ content }}
+ </div>
- <div class="post-content">
- {{ content }}
- </div>
+ </article>
-</article>
+</div>
\ No newline at end of file