aboutsummaryrefslogtreecommitdiffstats
path: root/_layouts/default.html
diff options
context:
space:
mode:
Diffstat (limited to '_layouts/default.html')
-rw-r--r--_layouts/default.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/_layouts/default.html b/_layouts/default.html
index 0f35f14..b146090 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -11,9 +11,9 @@
</head>
<body>
{% include navigation.html %}
-
+ <div class="content">
{{ content }}
-
+ </div>
{% include footer.html %}
</body>
</html>