From 827fea1a99597e80a7051b14b6362c38e349f206 Mon Sep 17 00:00:00 2001 From: Abner Coimbre Date: Sun, 3 Nov 2024 14:33:31 -0800 Subject: [PATCH] Remove Contact page (we have already have our socials listed along with email address) --- config/_default/menus.en.toml | 7 +- content/english/contact/_index.md | 6 -- layouts/contact/list.html | 120 ------------------------------ 3 files changed, 1 insertion(+), 132 deletions(-) delete mode 100644 content/english/contact/_index.md delete mode 100644 layouts/contact/list.html diff --git a/config/_default/menus.en.toml b/config/_default/menus.en.toml index 7a757bc..bacd6f9 100644 --- a/config/_default/menus.en.toml +++ b/config/_default/menus.en.toml @@ -61,11 +61,6 @@ name = "Tickets" url = "/tickets" weight = 1 -[[footer]] -name = "Contact" -url = "/contact" -weight = 6 - [[footer]] name = "Members" url = "https://donorbox.org/handmadecities" @@ -84,4 +79,4 @@ weight = 2 [[footer]] name = "Boston" url = "/boston" -weight = 4 \ No newline at end of file +weight = 4 diff --git a/content/english/contact/_index.md b/content/english/contact/_index.md deleted file mode 100644 index bd6b9f6..0000000 --- a/content/english/contact/_index.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -title: "Contact" -meta_title: "" -description: "this is meta description" -draft: false ---- diff --git a/layouts/contact/list.html b/layouts/contact/list.html deleted file mode 100644 index 207f889..0000000 --- a/layouts/contact/list.html +++ /dev/null @@ -1,120 +0,0 @@ -{{ define "main" }} - {{ partial "page-header" . }} - - -
-
-
-
-
-
- - -
-
- - -
-
- - -
- -
-
-
-
-
- - - {{ with site.Params.google_map }} - {{ if .enable }} -
- {{ end }} - {{ end }} - - {{ with site.Params.subscription }} - {{ if .enable }} - -
-
- - -
- - -
-
- - -
- - - {{ end }} - {{ end }} - - {{ if site.Params.google_map.enable }} - {{ $gmap:= resources.Get "plugins/maps/google-map.js" }} - - - {{ end }} - -{{ end }}