aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/_layouts/default.html
diff options
context:
space:
mode:
Diffstat (limited to '_layouts/default.html')
-rw-r--r--_layouts/default.html5
1 files changed, 1 insertions, 4 deletions
diff --git a/_layouts/default.html b/_layouts/default.html
index f151314..db09984 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -1,10 +1,7 @@
{% include common/header.html %}
<div class="row">
- <div class="col-md-8">
+ <div class="col-md-12">
{{ content }}
</div>
- <div class="col-md-4">
- {% include common/sidebar.html %}
- </div>
</div>
{% include common/footer.html %}