Skip to content

Commit f7d356e

Browse files
author
David Lorenzana
committed
add content
1 parent 9fe270a commit f7d356e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/admin/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ collections:
3434
label: 'Interviews'
3535
folder: 'content/interviews'
3636
create: true
37-
slug: '{{year}}-{{month}}-{{day}}-{{slug}}'
37+
slug: 'interviews/{{slug}}'
3838
fields:
3939
- {label: 'Título', name: 'title', widget: 'string'}
4040
- {label: 'slug', name: 'slug', widget: 'string'}

static/admin/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ collections:
3434
label: 'Interviews'
3535
folder: 'content/interviews'
3636
create: true
37-
slug: '{{year}}-{{month}}-{{day}}-{{slug}}'
37+
slug: 'interviews/{{slug}}'
3838
fields:
3939
- {label: 'Título', name: 'title', widget: 'string'}
4040
- {label: 'slug', name: 'slug', widget: 'string'}

0 commit comments

Comments
 (0)