diff options
author | Ben Burwell <bburwell1@gmail.com> | 2014-06-03 19:48:41 -0400 |
---|---|---|
committer | Ben Burwell <bburwell1@gmail.com> | 2014-06-03 19:48:41 -0400 |
commit | 925075dd42c3851fa2c8906e69fdfc801a883cdf (patch) | |
tree | f3f0e4163d275c94751b118a062d041f5f5e9e17 /_layouts/post.html | |
parent | c3c6e5d00e9f4b26d490b3aa93564a7cc170ad76 (diff) |
Improve semantic structure
Diffstat (limited to '_layouts/post.html')
-rw-r--r-- | _layouts/post.html | 4 |
1 files changed, 2 insertions, 2 deletions
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> |