Update blog collection slug to use title instead of slug
Some checks are pending
/ test (push) Waiting to run

This commit is contained in:
gribse 2025-04-30 21:53:41 +02:00
parent 51ef13b7b8
commit bbb382ef1e

View file

@ -19,7 +19,7 @@ collections:
label: "Blog" label: "Blog"
folder: "content/blog" folder: "content/blog"
create: true create: true
slug: "{{slug}}/index.md" slug: "{{title}}/index.md"
nested: nested:
depth: 2 depth: 2
summary: "{{title}}" summary: "{{title}}"