diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-10-25 10:34:29 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-10-25 11:43:06 +0200 |
commit | 520d947079a65d678a47fe9ad405cb6ee40744e4 (patch) | |
tree | 7a38ac254041328acc4ed15ec7d03125d7d71e83 /_layouts/default.html | |
parent | posts: redesign feed (diff) | |
download | jekyll-theme-old_categories.tar.gz jekyll-theme-old_categories.zip |
_layouts: sidebar separator only for posts and pagesold_categories
Let plain pages take care of it themselves. This fits nicely with the
feed, which kinda already has a separator after each entry.
Diffstat (limited to '_layouts/default.html')
-rw-r--r-- | _layouts/default.html | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/_layouts/default.html b/_layouts/default.html index 1f39d9f..827500e 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -2,10 +2,6 @@ <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 class="sidebar-sep"/> - {% endunless %} </div> <div class="col-md-4"> {% include jekyll-theme/sidebar.html %} |