Don't need <header> tag around <h1> on blog posts.

This commit is contained in:
Barry Clark 2014-03-02 10:41:53 -05:00
parent ee6bb128dc
commit 0c51f66aac

View file

@ -3,9 +3,8 @@ layout: default
--- ---
<article class="post"> <article class="post">
<header>
<h1>{{ page.title }}</h1> <h1>{{ page.title }}</h1>
</header>
<div class="date"> <div class="date">
{{ page.date | date: "%B %e, %Y" }} {{ page.date | date: "%B %e, %Y" }}