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 /code/index.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 'code/index.html')
-rw-r--r-- | code/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/code/index.html b/code/index.html index 002a9a5..ed70911 100644 --- a/code/index.html +++ b/code/index.html @@ -1,4 +1,5 @@ --- title: Code +layout: default --- {% include jekyll-theme/categories/category.html category=page.title archive_link='/archive/' %} |