From 18664118c08300b0e4a82ac225cc62b8b1513a7f Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Mon, 24 Oct 2022 20:36:56 +0200 Subject: categories: redesign Re-use some of posts includes so that categories pages look much cooler. --- _layouts/post.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '_layouts') 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 %} -- cgit v1.2.3