diff --git wp-content/themes/twentythirteen/header.php wp-content/themes/twentythirteen/header.php
index e5c1a92..e59aa2b 100644
|
|
|
$html_class = ( is_admin_bar_showing() ) ? 'wp-toolbar' : ''; |
| 39 | 39 | <body <?php body_class(); ?>> |
| 40 | 40 | <div id="page" class="hfeed site"> |
| 41 | 41 | <header id="masthead" class="site-header" role="banner"> |
| 42 | | <hgroup> |
| 43 | | <h1 class="site-title"><a href="<?php echo esc_url( home_url( '/' ) ); ?>" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a></h1> |
| 44 | | <h2 class="site-description"><?php bloginfo( 'description' ); ?></h2> |
| 45 | | </hgroup> |
| | 42 | <a href="<?php echo esc_url( home_url( '/' ) ); ?>" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" rel="home"> |
| | 43 | <hgroup> |
| | 44 | <h1 class="site-title"><?php bloginfo( 'name' ); ?></h1> |
| | 45 | <h2 class="site-description"><?php bloginfo( 'description' ); ?></h2> |
| | 46 | </hgroup> |
| | 47 | </a> |
| 46 | 48 | |
| 47 | 49 | <div id="navbar" class="navbar"> |
| 48 | 50 | <nav id="site-navigation" class="navigation main-navigation" role="navigation"> |