aboutsummaryrefslogtreecommitdiff
path: root/_layouts/default.html
diff options
context:
space:
mode:
Diffstat (limited to '_layouts/default.html')
-rw-r--r--_layouts/default.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/_layouts/default.html b/_layouts/default.html
index 1030914..d20b4e0 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -3,18 +3,18 @@ layout: compress
---
<!DOCTYPE html>
-<html lang="{{ site.lang | strip_newlines | strip_html | strip | slugify }}">
+<html class="no-js" lang="{{ site.lang | strip_newlines | strip_html | strip | slugify }}">
{% include head.html %}
<body>
{% include navbar.html %}
- <main>
+ <main class="container" role="main">
{{ content }}
</main>
- {% include footer.html %}
+ {% include javascript.html %}
</body>
</html>