diff --git a/themes/gallo/layouts/partials/footer.html b/themes/gallo/layouts/partials/footer.html
index 6c661e6..23ccdfa 100644
--- a/themes/gallo/layouts/partials/footer.html
+++ b/themes/gallo/layouts/partials/footer.html
@@ -4,7 +4,7 @@
diff --git a/themes/gallo/static/admin/config.yml b/themes/gallo/static/admin/config.yml
index 3ea0f87..fc6442f 100644
--- a/themes/gallo/static/admin/config.yml
+++ b/themes/gallo/static/admin/config.yml
@@ -16,6 +16,7 @@ collections:
label: About
folder: content/about
create: false
+ delete: false
slug: index.md
fields:
- label: Title
@@ -27,3 +28,20 @@ collections:
- label: Body
name: body
widget: markdown
+ - label: Gallery Columns
+ name: galleryColumns
+ widget: string
+ default: "2"
+ - label: Gallery
+ name: gallery
+ widget: list
+ fields:
+ - label: Image
+ name: image
+ widget: string
+ - label: Title
+ name: title
+ widget: string
+ - label: Description
+ name: description
+ widget: text
\ No newline at end of file