Update slug format for blog collection to include index.md
This commit is contained in:
parent
bbce5b0fe8
commit
2248e789c0
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ collections:
|
||||||
label: "Blog"
|
label: "Blog"
|
||||||
folder: "content/blog"
|
folder: "content/blog"
|
||||||
create: true
|
create: true
|
||||||
slug: "{{title}}/{{slug}}"
|
slug: "{{slug}}/index.md"
|
||||||
nested:
|
nested:
|
||||||
depth: 2
|
depth: 2
|
||||||
summary: "{{title}}"
|
summary: "{{title}}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue