aboutsummaryrefslogtreecommitdiff
path: root/_layouts/post.html
diff options
context:
space:
mode:
authorGravatar Barry Clark <barry@barryclark.co> 2014-02-12 20:42:49 -0500
committerGravatar Barry Clark <barry@barryclark.co> 2014-02-12 20:42:49 -0500
commitdb4dceaba5b629fa0ff6769c448f87febb2b6af3 (patch)
tree606abe33d78e798c792dd7ccba581d855245d2a3 /_layouts/post.html
parent6c7ba1bc57f452a537548996823111b9a724c675 (diff)
downloadkompetenzbolzen.github.io-db4dceaba5b629fa0ff6769c448f87febb2b6af3.tar.gz
Lots of style updates
Diffstat (limited to '_layouts/post.html')
-rw-r--r--_layouts/post.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/_layouts/post.html b/_layouts/post.html
index 4a3c140..1384cce 100644
--- a/_layouts/post.html
+++ b/_layouts/post.html
@@ -3,7 +3,9 @@ layout: default
---
<article class="post">
- <h1>{{ page.title }}</h1>
+ <header>
+ <h1>{{ page.title }}</h1>
+ </header>
<div class="entry">
{{ content }}