From 4db65583a5b5dd485087bd088351dbe5c2ff400b Mon Sep 17 00:00:00 2001 From: brooke Date: Tue, 20 Aug 2024 14:39:40 -0400 Subject: [PATCH] revert --- themes/gallo/static/admin/config.yml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/themes/gallo/static/admin/config.yml b/themes/gallo/static/admin/config.yml index 17f5077..b11c839 100644 --- a/themes/gallo/static/admin/config.yml +++ b/themes/gallo/static/admin/config.yml @@ -26,11 +26,13 @@ collections: - name: home label: Home file: content/_index.md - files: - # - file: "content/_index.md" - # label: "Home Page" - # name: "home_page" - # fields: + fields: + - label: Title + name: title + widget: string + - label: Body + name: body + widget: markdown - name: artist label: The Artist file: content/artist/index.md