Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
Site Titles in Mobile Nav
Browse files Browse the repository at this point in the history
Added site titles in for new mobile nav options. Not sure why they
weren't there before.
  • Loading branch information
andrewmbacon committed Oct 21, 2015
1 parent 3af83a8 commit dff9584
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions inc/nav-drop-multi.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
<nav class="navbar navbar-default" role="navigation">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar-collapse-1"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button>
<a class="navbar-brand visible-xs" href="<?php echo esc_url( home_url( '/' ) ); ?>"><?php bloginfo( 'name' ); ?></a>
</div>
<div class="collapse navbar-collapse" id="navbar-collapse-1">
<?php
Expand Down
4 changes: 1 addition & 3 deletions inc/nav-tabs.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,7 @@
<nav class="navbar navbar-default visible-xs-block hidden-sm hidden-md hidden-lg" role="navigation">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar-collapse-1"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button>
<a class="navbar-brand visible-xs" href="<?php echo esc_url( home_url( '/' ) ); ?>">
<?php bloginfo( 'name' ); ?>
</a>
<a class="navbar-brand visible-xs" href="<?php echo esc_url( home_url( '/' ) ); ?>"><?php bloginfo( 'name' ); ?></a>
</div>
<div class="collapse navbar-collapse" id="navbar-collapse-1">
<?php
Expand Down

0 comments on commit dff9584

Please sign in to comment.