_layouts/page.html in material-jekyll-theme-0.0.1 vs _layouts/page.html in material-jekyll-theme-0.0.2

- old
+ new

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