From 50b8a2ac9083224d116331f659904952a8087c1b Mon Sep 17 00:00:00 2001 From: iBug Date: Tue, 12 Nov 2019 15:06:32 +0800 Subject: [PATCH] Fix typo in _config.yml --- .gitignore | 3 ++- _config.yml | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 5c4866d719f9..6b8b39eff20d 100644 --- a/.gitignore +++ b/.gitignore @@ -11,4 +11,5 @@ codekit-config.json example/_site Gemfile.lock node_modules -npm-debug.log* \ No newline at end of file +npm-debug.log* +vendor/bundle diff --git a/_config.yml b/_config.yml index 05932211712a..7080ab55a344 100644 --- a/_config.yml +++ b/_config.yml @@ -251,8 +251,8 @@ whitelist: # - Archive page should exist at path when using Liquid method or you can # expect broken links (especially with breadcrumbs enabled) # - /tags/my-awesome-tag/index.html ~> path: /tags/ -# - path: /categories/ -# - path: / +# - /categories/my-awesome-category/index.html ~> path: /categories/ +# - /my-awesome-category/index.html ~> path: / category_archive: type: liquid path: /categories/