From 05e1b5281d080fa4d97d0ee33fe28b452865c752 Mon Sep 17 00:00:00 2001 From: Ian Weller Date: Wed, 21 Jun 2017 14:28:23 -0400 Subject: [PATCH] I updated the off canvas navigation and bumped the version number I added a home link to the off canvas in navigation.php and I bumped the version numbers in the style.css and the header.php. --- header.php | 2 +- lib/navigation.php | 2 +- style.css | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/header.php b/header.php index 930462f..31479c9 100644 --- a/header.php +++ b/header.php @@ -4,7 +4,7 @@ <?php wp_title(); ?> - + diff --git a/lib/navigation.php b/lib/navigation.php index bb07a7b..ab0a3af 100644 --- a/lib/navigation.php +++ b/lib/navigation.php @@ -33,7 +33,7 @@ if ( ! function_exists( 'glm_theme_mobile_off_canvas' ) ) { function glm_theme_mobile_off_canvas() { $off_canvas_menu = str_replace ('
', '', glm_get_mobile_nav_menu( 'top-bar' )); echo '
'; - echo '
'; diff --git a/style.css b/style.css index 150e167..745e18a 100644 --- a/style.css +++ b/style.css @@ -3,5 +3,5 @@ Theme Name: ParrotsLanding Author: Gaslight Media Author URI: http://www.gaslightmedia.com Description: A theme for ParrotsLanding -Version: 1.0.9 +Version: 1.0.10 */ -- 2.17.1