Update blog collection slug to use title instead of slug
Some checks are pending
/ test (push) Waiting to run
Some checks are pending
/ test (push) Waiting to run
This commit is contained in:
parent
51ef13b7b8
commit
bbb382ef1e
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ collections:
|
|||
label: "Blog"
|
||||
folder: "content/blog"
|
||||
create: true
|
||||
slug: "{{slug}}/index.md"
|
||||
slug: "{{title}}/index.md"
|
||||
nested:
|
||||
depth: 2
|
||||
summary: "{{title}}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue