equal
deleted
inserted
replaced
27 |
27 |
28 <div id="sidebar" class="sidebar"> |
28 <div id="sidebar" class="sidebar"> |
29 <header id="masthead" class="site-header" role="banner"> |
29 <header id="masthead" class="site-header" role="banner"> |
30 <div class="site-branding"> |
30 <div class="site-branding"> |
31 <?php |
31 <?php |
|
32 twentyfifteen_the_custom_logo(); |
|
33 |
32 if ( is_front_page() && is_home() ) : ?> |
34 if ( is_front_page() && is_home() ) : ?> |
33 <h1 class="site-title"><a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a></h1> |
35 <h1 class="site-title"><a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a></h1> |
34 <?php else : ?> |
36 <?php else : ?> |
35 <p class="site-title"><a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a></p> |
37 <p class="site-title"><a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a></p> |
36 <?php endif; |
38 <?php endif; |