aboutsummaryrefslogtreecommitdiff
path: root/docs/_layouts/default.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/_layouts/default.html')
-rw-r--r--docs/_layouts/default.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html
index 274f51f8d..dab3d5665 100644
--- a/docs/_layouts/default.html
+++ b/docs/_layouts/default.html
@@ -12,7 +12,9 @@
{% include nav-home.html %}
- {{ content }}
+ <div id="content">
+ {{ content }}
+ </div>
{% include footer.html %}
</body>