aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--_includes/common/sidebar.html2
-rw-r--r--feed/index.html2
2 files changed, 4 insertions, 0 deletions
diff --git a/_includes/common/sidebar.html b/_includes/common/sidebar.html
index 113d171..43b25dd 100644
--- a/_includes/common/sidebar.html
+++ b/_includes/common/sidebar.html
@@ -1,3 +1,4 @@
+{% unless site.settings.sidebar.hide or page.sidebar.hide %}
<div class="row">
<div class="col-xs-12 col-sm-6 col-md-12">
<h4>About</h4>
@@ -37,3 +38,4 @@
</div>
{% endif %}
</div>
+{% endunless %}
diff --git a/feed/index.html b/feed/index.html
index 3660a51..7227bab 100644
--- a/feed/index.html
+++ b/feed/index.html
@@ -5,5 +5,7 @@ navbar:
link: true
priority: 2
paginated: true
+sidebar:
+ hide: true
---
{% include posts/feed.html %}