aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/_includes
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--_includes/jekyll-theme/sidebar/sep.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/_includes/jekyll-theme/sidebar/sep.html b/_includes/jekyll-theme/sidebar/sep.html
new file mode 100644
index 0000000..4791028
--- /dev/null
+++ b/_includes/jekyll-theme/sidebar/sep.html
@@ -0,0 +1,4 @@
+{% unless site.settings.sidebar.hide or page.sidebar.hide %}
+ {% comment %}Separate the content from the sidebar on narrow screens.{% endcomment %}
+ <hr class="sidebar-sep"/>
+{% endunless %}