'page' layout doesn't need the title at the top of the page
This commit is contained in:
parent
235adb3a91
commit
3b7f7914a0
1 changed files with 1 additions and 5 deletions
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue