about summary refs log tree commit diff stats
path: root/layouts/_default
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/_default')
-rw-r--r--layouts/_default/baseof.html7
1 files changed, 4 insertions, 3 deletions
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index 100293c..53c4d9f 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -14,14 +14,15 @@
         <li><a href="{{ .URL | relURL }}">{{ .Name }}</a></li>
         {{ end }}
       </ul>
-      <hr/>
     </nav>
 
-    {{ block "main" . }}{{ end }}
+    <main>
+      {{ block "main" . }}
+      {{ end }}
+    </main>
 
     <footer>
       {{ with .Site.Params.footer }}
-      <hr/>
       {{ . | markdownify }}
       {{ end }}
     </footer>