diff --git a/public/admin/config.yml b/public/admin/config.yml index c5eb7fd..cc0f558 100644 --- a/public/admin/config.yml +++ b/public/admin/config.yml @@ -13,6 +13,6 @@ collections: slug: "{{slug}}" # Filename template, e.g., YYYY-MM-DD-title.md fields: # The fields for each document, usually in front matter - { name: "title", label: "Title" } - { name: "description", label: "Description" } - { name: "date", label: "Date", widget: "datetime" } - { name: "body", label: "Body", widget: "markdown" } + - { name: "description", label: "Description" } + - { name: "date", label: "Date", widget: "datetime" } + - { name: "body", label: "Body", widget: "markdown" }