Change page layout header from h1 to h2

This commit is contained in:
Kyle Johnson 2014-06-13 08:10:17 -04:00
parent 42cc19bba1
commit e1ee5136d0
1 changed files with 1 additions and 1 deletions

View File

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