From 5eaa0e5ec815e588da84da3410b4b8d954d25c61 Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Tue, 12 Nov 2019 15:00:44 -0500 Subject: [PATCH] Fix typo in comments in _config.yml --- docs/_config.yml | 4 ++-- test/_config.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/_config.yml b/docs/_config.yml index 743dd90f..46d78b79 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -310,8 +310,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/ diff --git a/test/_config.yml b/test/_config.yml index 8e25b2d7..956a6ce9 100644 --- a/test/_config.yml +++ b/test/_config.yml @@ -226,8 +226,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/