aboutsummaryrefslogtreecommitdiffstats
path: root/_layouts
diff options
context:
space:
mode:
Diffstat (limited to '_layouts')
-rw-r--r--_layouts/default.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/_layouts/default.html b/_layouts/default.html
index 6dbb9ae..96391b9 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -1,6 +1,7 @@
<!DOCTYPE html>
{% include header.html %}
{% include menu.html %}
-<div class="container offsetanchor" style="padding-top:80px;padding-bottom:75px;">
+<main role="main" class="container offsetanchor" style="padding-top:80px;padding-bottom:75px;">
{{ content }}
+</main>
{% include footer.html %}