summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--_layouts/default.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/_layouts/default.html b/_layouts/default.html
index 39c999e..a484232 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -91,7 +91,9 @@
<div id="toc"></div>
- {{ content }}
+ <div id="content">
+ {{ content }}
+ </div>
{% if site.comments %}
{% include comments.html %}