Update slug format for blog collection to include index.md

This commit is contained in:
gribse 2025-04-30 21:48:52 +02:00
parent bbce5b0fe8
commit 2248e789c0

View file

@ -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}}"