summaryrefslogtreecommitdiff
path: root/_layouts
diff options
context:
space:
mode:
Diffstat (limited to '_layouts')
-rw-r--r--_layouts/default.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/_layouts/default.html b/_layouts/default.html
index 86e9d2d..2e97cf7 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -13,7 +13,9 @@
</div>
<div class="sticken col-xs-12 col-md-4">
<br />
- {% include {{page.sidebar}} %}
+ {% if page.sidebar
+ %}{% include {{page.sidebar}}
+ %}{% endif %}
</div>
{% else %}
{{ content }}