From: Anthony Talarico Date: Fri, 19 Oct 2018 18:50:29 +0000 (-0400) Subject: adding new brewery to the brewer map template X-Git-Tag: v1.0.26^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=977f22b74522cecd524de8a5e117dfd642191da4;p=WP-Themes%2Fdiscoverkalamazoo2018.git adding new brewery to the brewer map template adding wax wings brewery to the brewery map template --- diff --git a/assets/markers/waxwings.png b/assets/markers/waxwings.png new file mode 100644 index 0000000..b5846b3 Binary files /dev/null and b/assets/markers/waxwings.png differ diff --git a/functions.php b/functions.php index 577eb21..bfa0381 100644 --- a/functions.php +++ b/functions.php @@ -305,5 +305,4 @@ function has_children() { else: return false; endif; -} - +} \ No newline at end of file diff --git a/parts/header-meta.php b/parts/header-meta.php index 9b179ea..5830284 100644 --- a/parts/header-meta.php +++ b/parts/header-meta.php @@ -3,7 +3,7 @@ <?php wp_title(); ?> - + diff --git a/sections/brewery-map.php b/sections/brewery-map.php index 21a0811..93e6d60 100644 --- a/sections/brewery-map.php +++ b/sections/brewery-map.php @@ -171,6 +171,13 @@ contact: '(269) 350-5136', website: 'https://www.finalgravitybrew.com/', icon: 'final.png' + },{ + position: [42.314597, -85.538995], + brewery: 'Wax Wings Brewing Co', + address: '3480 Gull Rd, Kalamazoo, MI 49048', + contact: '(269) 459-9494', + website: 'https://waxwingsbrewing.com/', + icon: 'waxwings.png' }, ]; var previous, distance, path, compare = []; diff --git a/style.css b/style.css index 6689782..80d9dfc 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.25 +Version: 1.0.26 */