From 7ac99c7c0911ab50baea19126695c3a7ff50480e Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Tue, 29 Oct 2019 15:47:59 -0400 Subject: More CMS config changes --- admin/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/admin/config.yml b/admin/config.yml index b66d5c7..fe40ec2 100644 --- a/admin/config.yml +++ b/admin/config.yml @@ -8,9 +8,9 @@ media_folder: 'assets/uploads' display_url: http://universedevgroup.net publish_mode: editorial_workflow collections: - - name: 'posts' + - name: 'post' description: 'This is where you can make posts for the website.' - label: 'Posts' + label: 'Post' folder: '_posts/' create: true slug: '{{year}}-{{month}}-{{day}}-{{slug}}' -- cgit v1.2.3