Use <article> and <aside>
[blog] / _layouts / page.html
index 4e0d4ebf09ee2756cfc8c0087e0a3d73be00cc2f..960f76780ca93aae8a2943ab9ba51aa5d31dd29c 100644 (file)
@@ -2,7 +2,7 @@
 layout: default
 ---
 
-<div class="page">
+<article class="page">
   <h1 class="page-title">{{ page.title }}</h1>
   {{ content }}
-</div>
+</article>