diff options
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> |