From 9a4f14880a1aa768a4feccc2586e07cf82929ec4 Mon Sep 17 00:00:00 2001 From: brooke Date: Tue, 11 Jun 2024 01:10:10 -0400 Subject: [PATCH] fix directory --- themes/gallo/static/admin/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/gallo/static/admin/config.yml b/themes/gallo/static/admin/config.yml index e5fcb3d..6fd9c6c 100644 --- a/themes/gallo/static/admin/config.yml +++ b/themes/gallo/static/admin/config.yml @@ -43,7 +43,7 @@ collections: widget: text - name: faq label: FAQ - file: content/about/index.md + file: content/faq/index.md fields: - label: Date name: date @@ -58,6 +58,6 @@ collections: - label: Answer name: answer widget: text - - label: Link to learn more (optional) + - label: Learn more link (optional) name: learnMore widget: string \ No newline at end of file