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"
|
||||
folder: "content/blog"
|
||||
create: true
|
||||
slug: "{{title}}/{{slug}}"
|
||||
slug: "{{slug}}/index.md"
|
||||
nested:
|
||||
depth: 2
|
||||
summary: "{{title}}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue