Change page layout header from h1 to h2
This commit is contained in:
parent
42cc19bba1
commit
e1ee5136d0
|
@ -4,7 +4,7 @@ layout: default
|
|||
<div class="post">
|
||||
|
||||
<header class="post-header">
|
||||
<h1>{{ page.title }}</h1>
|
||||
<h2>{{ page.title }}</h2>
|
||||
</header>
|
||||
|
||||
<article class="post-content">
|
||||
|
|
Loading…
Reference in New Issue