File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -310,8 +310,8 @@ whitelist:
310
310
# - Archive page should exist at path when using Liquid method or you can
311
311
# expect broken links (especially with breadcrumbs enabled)
312
312
# - <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: /
315
315
category_archive :
316
316
type : liquid
317
317
path : /categories/
Original file line number Diff line number Diff line change @@ -226,8 +226,8 @@ whitelist:
226
226
# - Archive page should exist at path when using Liquid method or you can
227
227
# expect broken links (especially with breadcrumbs enabled)
228
228
# - <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: /
231
231
category_archive :
232
232
type : liquid
233
233
path : /categories/
You can’t perform that action at this time.
0 commit comments