I updated the off canvas navigation and bumped the version number
authorIan Weller <ian@gaslightmedia.com>
Wed, 21 Jun 2017 18:28:23 +0000 (14:28 -0400)
committerIan Weller <ian@gaslightmedia.com>
Wed, 21 Jun 2017 18:28:23 +0000 (14:28 -0400)
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
lib/navigation.php
style.css

index 930462f..31479c9 100644 (file)
@@ -4,7 +4,7 @@
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <title><?php wp_title(); ?></title>
-    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.0.9">
+    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.0.10">
     <link rel="shortcut icon" href="<?php echo get_template_directory_uri(); ?>/favicon.ico">
     <?php wp_head(); ?>
     <!-- Facebook Pixel Code -->
index bb07a7b..ab0a3af 100644 (file)
@@ -33,7 +33,7 @@ if ( ! function_exists( 'glm_theme_mobile_off_canvas' ) ) {
     function glm_theme_mobile_off_canvas() {
         $off_canvas_menu = str_replace ('<br>', '', glm_get_mobile_nav_menu( 'top-bar' ));
         echo '<div class="left-off-canvas-list">';
-        echo '<ul>';
+        echo '<ul><li class="page_item"><a href="' . get_bloginfo('url') . '">Home</a></li>';
         echo $off_canvas_menu;
         echo '</ul></div>';
         
index 150e167..745e18a 100644 (file)
--- 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
 */