_layouts/page.html in smallsticker-theme-0.1.1 vs _layouts/page.html in smallsticker-theme-1.0.0

- old
+ new

@@ -1,5 +1,14 @@ --- layout: default --- +<article class="post"> -{{ content }} + <header class="post-header"> + <h1 class="post-title">{{ page.title | escape }}</h1> + </header> + + <div class="post-content"> + {{ content }} + </div> + +</article>