Skip to content

Commit 5cb0917

Browse files
d-Rickyy-bmmistakes
authored andcommitted
Fix typo in config comment (mmistakes#2243)
1 parent db0dfed commit 5cb0917

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -250,8 +250,8 @@ whitelist:
250250
# - Archive page should exist at path when using Liquid method or you can
251251
# expect broken links (especially with breadcrumbs enabled)
252252
# - <base_path>/tags/my-awesome-tag/index.html ~> path: /tags/
253-
# - <base_path/categories/my-awesome-category/index.html ~> path: /categories/
254-
# - <base_path/my-awesome-category/index.html ~> path: /
253+
# - <base_path>/categories/my-awesome-category/index.html ~> path: /categories/
254+
# - <base_path>/my-awesome-category/index.html ~> path: /
255255
category_archive:
256256
type: liquid
257257
path: /categories/

0 commit comments

Comments
 (0)