Skip to content

Commit 5eaa0e5

Browse files
committedNov 12, 2019
Fix typo in comments in _config.yml
1 parent 96feec0 commit 5eaa0e5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
 

‎docs/_config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -310,8 +310,8 @@ whitelist:
310310
# - Archive page should exist at path when using Liquid method or you can
311311
# expect broken links (especially with breadcrumbs enabled)
312312
# - <base_path>/tags/my-awesome-tag/index.html ~> path: /tags/
313-
# - <base_path/categories/my-awesome-category/index.html ~> path: /categories/
314-
# - <base_path/my-awesome-category/index.html ~> path: /
313+
# - <base_path>/categories/my-awesome-category/index.html ~> path: /categories/
314+
# - <base_path>/my-awesome-category/index.html ~> path: /
315315
category_archive:
316316
type: liquid
317317
path: /categories/

‎test/_config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -226,8 +226,8 @@ whitelist:
226226
# - Archive page should exist at path when using Liquid method or you can
227227
# expect broken links (especially with breadcrumbs enabled)
228228
# - <base_path>/tags/my-awesome-tag/index.html ~> path: /tags/
229-
# - <base_path/categories/my-awesome-category/index.html ~> path: /categories/
230-
# - <base_path/my-awesome-category/index.html ~> path: /
229+
# - <base_path>/categories/my-awesome-category/index.html ~> path: /categories/
230+
# - <base_path>/my-awesome-category/index.html ~> path: /
231231
category_archive:
232232
type: liquid
233233
path: /categories/

0 commit comments

Comments
 (0)
Please sign in to comment.