Skip to content

Commit 9209f19

Browse files
d-Rickyy-bjesuswasrasta
authored andcommitted
Fix typo in config comment (mmistakes#2243)
1 parent f0a380c commit 9209f19

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

_config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -265,8 +265,8 @@ whitelist:
265265
# - Archive page should exist at path when using Liquid method or you can
266266
# expect broken links (especially with breadcrumbs enabled)
267267
# - <base_path>/tags/my-awesome-tag/index.html ~> path: /tags/
268-
# - <base_path/categories/my-awesome-category/index.html ~> path: /categories/
269-
# - <base_path/my-awesome-category/index.html ~> path: /
268+
# - <base_path>/categories/my-awesome-category/index.html ~> path: /categories/
269+
# - <base_path>/my-awesome-category/index.html ~> path: /
270270
category_archive:
271271
type: liquid
272272
path: /categories/

0 commit comments

Comments
 (0)