Created
March 31, 2016 18:43
-
-
Save portfola/098d11daa94ea281e06edacc1d0d96e9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="site-branding"> | |
<div class="site-branding-container"> | |
<?php get_template_part( 'components/site-logo/site-logo' ); ?> | |
<?php do_action ( 'anp_network_main_site_description' );?> | |
<h1 class="site-title"><a href="<?php bloginfo( 'url' ); ?>"><?php bloginfo( 'title' ); ?></a></h1> | |
<h2 class="site-description"><?php bloginfo( 'description' ); ?></h2> | |
<?php get_template_part( 'components/social-menu/social-menu' ); ?> | |
</div> | |
</div><!-- .site-branding --> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment