Don't need <header> tag around <h1> on blog posts.
This commit is contained in:
parent
ee6bb128dc
commit
0c51f66aac
|
@ -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" }}
|
||||||
|
|
Loading…
Reference in a new issue