aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/_layouts
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2022-10-24 20:36:56 +0200
committerEgor Tensin <Egor.Tensin@gmail.com>2022-10-25 11:44:37 +0200
commit18664118c08300b0e4a82ac225cc62b8b1513a7f (patch)
tree067085f3d7477bca74d70ce5d1d587be0c5a4237 /_layouts
parent_layouts: sidebar separator only for posts and pages (diff)
downloadjekyll-theme-18664118c08300b0e4a82ac225cc62b8b1513a7f.tar.gz
jekyll-theme-18664118c08300b0e4a82ac225cc62b8b1513a7f.zip
categories: redesign
Re-use some of posts includes so that categories pages look much cooler.
Diffstat (limited to '_layouts')
-rw-r--r--_layouts/post.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/_layouts/post.html b/_layouts/post.html
index 6ac37f7..674b810 100644
--- a/_layouts/post.html
+++ b/_layouts/post.html
@@ -1,6 +1,6 @@
---
layout: default
---
-{% include jekyll-theme/posts/header.html %}
+{% include jekyll-theme/posts/header.html title=page.title date=page.date category=page.category %}
{{ content }}
{% include jekyll-theme/sidebar/sep.html %}