diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-05-13 15:20:16 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-05-13 15:21:09 +0200 |
commit | 3c2d6ce7b72e0b86d25b4cf75911815602144240 (patch) | |
tree | bd309270c578068d00c908ea796ac292e43c12c9 /_posts/2021-04-10-collapsible.md | |
parent | posts: separate include for post header (diff) | |
download | jekyll-theme-3c2d6ce7b72e0b86d25b4cf75911815602144240.tar.gz jekyll-theme-3c2d6ce7b72e0b86d25b4cf75911815602144240.zip |
Revert "lowercase category names"
This reverts commit c23b0f91bc1e4fb2ce4e5060d0194ea6b2dbb970.
I'll do this programmatically in the feed instead.
Or maybe I won't.
Diffstat (limited to '_posts/2021-04-10-collapsible.md')
-rw-r--r-- | _posts/2021-04-10-collapsible.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_posts/2021-04-10-collapsible.md b/_posts/2021-04-10-collapsible.md index 4197878..214c408 100644 --- a/_posts/2021-04-10-collapsible.md +++ b/_posts/2021-04-10-collapsible.md @@ -2,7 +2,7 @@ title: Collapsible snippets excerpt: > Snippets can be hidden in collapsible panels. -category: code +category: Code snippets_root_directory: snippets snippets_language: c++ snippets_collapsible: true |