aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/_layouts/page.html
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2022-10-25 10:34:29 +0200
committerEgor Tensin <Egor.Tensin@gmail.com>2022-10-25 11:43:06 +0200
commit520d947079a65d678a47fe9ad405cb6ee40744e4 (patch)
tree7a38ac254041328acc4ed15ec7d03125d7d71e83 /_layouts/page.html
parentposts: redesign feed (diff)
downloadjekyll-theme-520d947079a65d678a47fe9ad405cb6ee40744e4.tar.gz
jekyll-theme-520d947079a65d678a47fe9ad405cb6ee40744e4.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/page.html')
-rw-r--r--_layouts/page.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/_layouts/page.html b/_layouts/page.html
index 6455acc..4a13984 100644
--- a/_layouts/page.html
+++ b/_layouts/page.html
@@ -3,3 +3,4 @@ layout: default
---
{% include jekyll-theme/page/title.html %}
{{ content }}
+{% include jekyll-theme/sidebar/sep.html %}