aboutsummaryrefslogtreecommitdiff
path: root/_layouts/post.html
diff options
context:
space:
mode:
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 }}