aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/_includes
diff options
context:
space:
mode:
Diffstat (limited to '_includes')
-rw-r--r--_includes/jekyll-theme/sidebar_entry.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/_includes/jekyll-theme/sidebar_entry.html b/_includes/jekyll-theme/sidebar_entry.html
index 761119d..972ff6f 100644
--- a/_includes/jekyll-theme/sidebar_entry.html
+++ b/_includes/jekyll-theme/sidebar_entry.html
@@ -1,4 +1,4 @@
<div class="col-xs-12 col-sm-6 col-md-12">
- <h4>{{ include.header }}</h4>
+ {% if include.header %}<h4>{{ include.header }}</h4>{% endif %}
{{ include.content }}
</div>