Skip to content

Commit

Permalink
Updates slug path
Browse files Browse the repository at this point in the history
  • Loading branch information
ansarimofid committed Jul 22, 2020
1 parent 2cae28d commit 9549e36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/admin/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ collections:
label: "Blog"
folder: "src/pages/blog"
create: true
slug: "{{year}}-{{month}}-{{day}}-{{slug}}"
slug: "{{slug}}"
fields:
- {label: "Template Key", name: "templateKey", widget: "hidden", default: "blog-post"}
- {label: "Title", name: "title", widget: "string"}
Expand Down

0 comments on commit 9549e36

Please sign in to comment.