Skip to content

Instantly share code, notes, and snippets.

@imagebox
Created April 25, 2019 19:09
Show Gist options
  • Save imagebox/d4394e6e0c5792e171f56dc25cee807d to your computer and use it in GitHub Desktop.
Save imagebox/d4394e6e0c5792e171f56dc25cee807d to your computer and use it in GitHub Desktop.
[Image Logo]
<div class="site-branding">
<a href="<?php echo esc_url( home_url( '/' )); ?>" rel="home">
<img class="site-logo"
src="<?php bloginfo('template_directory'); ?>/assets/img/dist/branding/site-logo.png"
srcset="<?php bloginfo('template_directory'); ?>/assets/img/dist/branding/site-logo.png 1x, <?php bloginfo('template_directory'); ?>/assets/img/dist/branding/[email protected] 2x"
width="289"
height="67"
alt="<?php bloginfo( 'name' ); ?>">
</a>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment