V3 amends
This commit is contained in:
parent
422d2e705a
commit
87e7ce065d
23 changed files with 383 additions and 388 deletions
|
@ -24,7 +24,7 @@
|
|||
<div class="container">
|
||||
<a href="<?php bloginfo('url'); ?>" class="header__logo">
|
||||
<?php echo is_front_page() ? '<h1>' : ''; ?>
|
||||
<img src="<?php bloginfo('stylesheet_directory'); ?>/img/logo.svg" onerror="this.src='<?php bloginfo('stylesheet_directory'); ?>/img/logo.png'" alt="<?php bloginfo('title'); ?>" />
|
||||
<img src="<?php echo get_bloginfo( 'stylesheet_directory' ); ?>/img/logo.svg" onerror="this.src='<?php echo get_bloginfo( 'stylesheet_directory' ); ?>/img/logo.png'" alt="<?php echo get_bloginfo( 'title' ); ?>" />
|
||||
<?php echo is_front_page() ? '</h1>' : ''; ?>
|
||||
</a>
|
||||
<a href="#" class="nav-burger js-menu-toggle">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue