From 0810ccc088cf21497ba1ce0173138430ad02373a Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Thu, 3 May 2018 13:30:33 -0400 Subject: [PATCH] removing some brewers fromt the brewery map --- parts/header-meta.php | 2 +- sections/brewery-map.php | 16 +--------------- style.css | 2 +- 3 files changed, 3 insertions(+), 17 deletions(-) diff --git a/parts/header-meta.php b/parts/header-meta.php index 7213080..fb3728b 100644 --- a/parts/header-meta.php +++ b/parts/header-meta.php @@ -4,7 +4,7 @@ <?php wp_title(); ?> - + diff --git a/sections/brewery-map.php b/sections/brewery-map.php index b6e94de..b729abe 100644 --- a/sections/brewery-map.php +++ b/sections/brewery-map.php @@ -382,27 +382,13 @@ website: 'https://bravokalamazoo.com/', icon: 'bravo.png' }, { - position: new google.maps.LatLng(42.269256, -84.963973), - brewery: 'Dark Horse Brewing Co', - address: '511 S Kalamazoo Ave, Marshall, MI 49068', - contact: '(269) 781-9940', - website: 'http://www.darkhorsebrewery.com/', - icon: 'blank.png' - }, { position: new google.maps.LatLng(42.296176, -85.582958), brewery: 'Final Gravity Brewing Co', address: '246 N Burdick St, Kalamazoo, MI 49007', contact: '(269) 350-5136', website: 'https://www.finalgravitybrew.com/', icon: 'final.png' - }, { - position: new google.maps.LatLng(42.221379, -85.876759), - brewery: 'Paw Paw Brewing Co.', - address: '929 E Michigan Ave, Paw Paw, MI 49079', - contact: '(269) 415-0145', - website: 'http://www.pawpawbrewing.com/', - icon: 'blank.png' - }, + }, ]; // Create markers. diff --git a/style.css b/style.css index 3c33724..99cbae8 100644 --- a/style.css +++ b/style.css @@ -3,5 +3,5 @@ Theme Name: Discover Kalamazoo 2018 Author: Gaslight Media Author URI: http://www.gaslightmedia.com Description: A theme for Discover Kalamazoo -Version: 1.0.1 +Version: 1.0.2 */ -- 2.17.1