removing one of the two 'home' links
authorIan Weller <ian@gaslightmedia.com>
Mon, 20 Jun 2016 20:19:46 +0000 (16:19 -0400)
committerIan Weller <ian@gaslightmedia.com>
Mon, 20 Jun 2016 20:19:46 +0000 (16:19 -0400)
lib/navigation.php

index f5b5d91..47cca5c 100644 (file)
@@ -32,7 +32,6 @@ if ( ! function_exists( 'glm_theme_top_bar' ) ) {
 if ( ! function_exists( 'glm_theme_mobile_off_canvas' ) ) {
     function glm_theme_mobile_off_canvas() {
         echo '<div class="left-off-canvas-list">';
-        echo '<ul><li class="page_item"><a href="' . get_bloginfo('url') . '">Home</a></li>';
         echo glm_get_mobile_nav_menu( 'top-bar' );
         echo '</ul></div>';
     }