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 }}