Created
April 25, 2019 19:09
-
-
Save imagebox/d4394e6e0c5792e171f56dc25cee807d to your computer and use it in GitHub Desktop.
[Image Logo]
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"> | |
<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