summaryrefslogtreecommitdiff
path: root/_layouts
diff options
context:
space:
mode:
authorBen Burwell <bburwell1@gmail.com>2014-06-03 19:48:41 -0400
committerBen Burwell <bburwell1@gmail.com>2014-06-03 19:48:41 -0400
commit925075dd42c3851fa2c8906e69fdfc801a883cdf (patch)
treef3f0e4163d275c94751b118a062d041f5f5e9e17 /_layouts
parentc3c6e5d00e9f4b26d490b3aa93564a7cc170ad76 (diff)
Improve semantic structure
Diffstat (limited to '_layouts')
-rw-r--r--_layouts/master.html1
-rw-r--r--_layouts/post.html4
2 files changed, 2 insertions, 3 deletions
diff --git a/_layouts/master.html b/_layouts/master.html
index 8c4923b..fda1576 100644
--- a/_layouts/master.html
+++ b/_layouts/master.html
@@ -93,7 +93,6 @@
</div>
</header>
<main class="grid_12">
-
{{ content }}
</main>
<footer class="grid_12">
diff --git a/_layouts/post.html b/_layouts/post.html
index adb4760..7d6cd7c 100644
--- a/_layouts/post.html
+++ b/_layouts/post.html
@@ -2,7 +2,7 @@
layout: master
---
-<div class="doc_detail">
+<section class="article">
<h1>{{ page.title }}</h1>
@@ -12,4 +12,4 @@ layout: master
{{ content }}
-</div>
+</section>