diff --git a/static/admin/config.yml b/static/admin/config.yml index 52176841..5f48746d 100644 --- a/static/admin/config.yml +++ b/static/admin/config.yml @@ -14,7 +14,7 @@ collections: label_singular: "Post" name: "posts" description: > - Posts listed in the 'Blog'. + Blog posts. folder: "content/blog" create: true slug: "{{year}}-{{month}}-{{day}}-{{slug}}" @@ -45,7 +45,7 @@ collections: - label: "Settings" name: "settings" description: > - Blog settings. + Site settings. delete: false editor: preview: false