From 0ddc1f244789705fe115cbc6c6b2631879e8ae63 Mon Sep 17 00:00:00 2001 From: Rico Date: Fri, 30 Aug 2019 14:39:20 +0200 Subject: [PATCH] Fix typo in config comment (#2243) --- _config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index 991083b..6248c06 100644 --- a/_config.yml +++ b/_config.yml @@ -250,8 +250,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/ -- 2.43.0