aboutsummaryrefslogtreecommitdiffstatshomepage
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, 4 insertions, 0 deletions
diff --git a/_layouts/default.html b/_layouts/default.html
index f151314..caa95f1 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -2,6 +2,10 @@
<div class="row">
<div class="col-md-8">
{{ content }}
+ {% unless site.settings.sidebar.hide or page.sidebar.hide %}
+ {% comment %}Separate the content from the sidebar on narrow screens.{% endcomment %}
+ <hr/>
+ {% endunless %}
</div>
<div class="col-md-4">
{% include common/sidebar.html %}