'page' layout doesn't need the title at the top of the page

This commit is contained in:
Sebastian Kuzminsky 2015-11-06 17:13:54 -07:00
parent 235adb3a91
commit 3b7f7914a0

View file

@ -3,12 +3,8 @@ layout: default
--- ---
<div class="post"> <div class="post">
<header class="post-header">
<h1>{{ page.title }}</h1>
</header>
<article class="post-content"> <article class="post-content">
{{ content }} {{ content }}
</article> </article>
</div> </div>