From c9462c7bccd8d37598ed794b3762636e8ea1ebac Mon Sep 17 00:00:00 2001 From: nicholas Date: Tue, 5 Mar 2024 21:41:39 +0000 Subject: [PATCH] fix pages collections --- site/admin/config.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/site/admin/config.yml b/site/admin/config.yml index 35e2970..2715670 100644 --- a/site/admin/config.yml +++ b/site/admin/config.yml @@ -27,7 +27,7 @@ media_folder: "assets/images" collections: - label: "Navigation" - name: Navig + name: Navigation files: - label: "Landing Page" name: Landing @@ -39,9 +39,9 @@ collections: file: "_sidebar.md" fields: - { label: 'Body', name: 'body', widget: 'markdown' } - - label: "Pages" - name: Content - folder: "pages" - create: true - fields: - - {label: "Body", name: "body", widget: "markdown"} + - label: "Pages" + name: Content + folder: "pages" + create: true + fields: + - {label: "Body", name: "body", widget: "markdown"}