re-do the layout: use SCSS, put the boxes differently to have the entire frame as...
[web.git] / _layouts / default.html
index 7db3ba6a7bd74ce304735702010245f69bfba99a..3abd894719ef556ca3d38b1bafba4f4c056e4487 100644 (file)
 
   <body><div id="frame">
   
-    <div id="title">
+    <header id="title">
       <h1>{% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}</h1>
-    </div>
+    </header>
 
-    <div id="navi">
+    <nav id="navi">
         {% include menu-level.html menu=site.structure base="" above=true %}
-    </div>
+    </nav>
 
-    <div id="content">
+    <article id="content">
         {{ content }}
-    </div>
+    </article>
 
   </div></body>