Update header.php

This commit is contained in:
Jessica Jean 2016-09-15 14:42:14 -07:00 committed by GitHub
parent b4863b9327
commit 1c06c9ecd9
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@
</button> </button>
<!-- Your site title as branding in the menu --> <!-- Your site title as branding in the menu -->
<a class="navbar-brand" href="<?php echo esc_url( home_url( '/' ) ); ?>" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a> <a class="navbar-brand" href="<?php echo esc_url( home_url( '/' ) ); ?>" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" rel="home"><?php if ( !has_custom_logo() ) { bloginfo( 'name' ) } else { the_custom_logo() } ?></a>
</div> </div>