diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-05-13 05:00:52 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-05-13 05:00:52 +0200 |
commit | c23b0f91bc1e4fb2ce4e5060d0194ea6b2dbb970 (patch) | |
tree | 08be628c12a85b0745096a0ba44d3372bfbc7024 /features/index.html | |
parent | move Jekyll options to _config.yml (diff) | |
download | jekyll-theme-c23b0f91bc1e4fb2ce4e5060d0194ea6b2dbb970.tar.gz jekyll-theme-c23b0f91bc1e4fb2ce4e5060d0194ea6b2dbb970.zip |
lowercase category names
Diffstat (limited to '')
-rw-r--r-- | features/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/features/index.html b/features/index.html index 3bd02e3..54fb485 100644 --- a/features/index.html +++ b/features/index.html @@ -1,4 +1,4 @@ --- -title: Features +title: features --- {% include jekyll-theme/categories/category.html category=page.title archive_link='/archive/' %} |