aboutsummaryrefslogtreecommitdiff
path: root/_layouts/post.html
diff options
context:
space:
mode:
authorGravatar Barry Clark <barry@barryclark.co> 2014-03-02 10:41:53 -0500
committerGravatar Barry Clark <barry@barryclark.co> 2014-03-02 10:41:53 -0500
commit0c51f66aac2c16a859fe8d7325cebadff17de066 (patch)
tree119e6fb86ac867f28faa87fd89ed70002e4b18fd /_layouts/post.html
parentee6bb128dc3995680364b163cead9c3b287a777f (diff)
downloadkompetenzbolzen.github.io-0c51f66aac2c16a859fe8d7325cebadff17de066.tar.gz
Don't need <header> tag around <h1> on blog posts.
Diffstat (limited to '_layouts/post.html')
-rw-r--r--_layouts/post.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/_layouts/post.html b/_layouts/post.html
index d51134d..3933463 100644
--- a/_layouts/post.html
+++ b/_layouts/post.html
@@ -3,9 +3,8 @@ layout: default
---
<article class="post">
- <header>
+
<h1>{{ page.title }}</h1>
- </header>
<div class="date">
{{ page.date | date: "%B %e, %Y" }}