diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-10-24 20:36:56 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-10-25 11:44:37 +0200 |
commit | 18664118c08300b0e4a82ac225cc62b8b1513a7f (patch) | |
tree | 067085f3d7477bca74d70ce5d1d587be0c5a4237 /_layouts/post.html | |
parent | _layouts: sidebar separator only for posts and pages (diff) | |
download | jekyll-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 '')
-rw-r--r-- | _layouts/post.html | 2 |
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 %} |