diff --git src/wp-content/themes/twentynineteen/template-parts/header/site-branding.php src/wp-content/themes/twentynineteen/template-parts/header/site-branding.php
index 03bc53b802..af1ee72463 100644
|
|
|
|
| 14 | 14 | <?php endif; ?> |
| 15 | 15 | <?php $blog_info = get_bloginfo( 'name' ); ?> |
| 16 | 16 | <?php if ( ! empty( $blog_info ) ) : ?> |
| 17 | | <?php if ( is_front_page() && is_home() ) : ?> |
| | 17 | <?php if ( ( is_front_page() || is_home() ) && ! is_page() ) : ?> |
| 18 | 18 | <h1 class="site-title"><a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a></h1> |
| 19 | 19 | <?php else : ?> |
| 20 | 20 | <p class="site-title"><a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a></p> |