Commit a5954602 by Simone

fx

parent a911d4e1
......@@ -43,7 +43,7 @@ $show_header_inverted = $slider || $laniakea_transparent_header;
<div class="header-container <?php if (laniakea_option('header_fullwidth') != 1) echo 'contained'; ?> d-flex align-center">
<div id="logo">
<a href="<?php echo esc_url(home_url()); ?>" aria-label="<?php echo esc_url(home_url()); ?>">>
<a href="<?php echo esc_url(home_url()); ?>" aria-label="<?php echo esc_url(home_url()); ?>">
<picture>
<?php if (!empty(laniakea_option('primary_logo_mobile')) && !empty(laniakea_option('logo_break'))) : ?>
<source media="(min-width: <?php echo laniakea_option('logo_break') ?>px)" srcset="<?php laniakea_get_logo(laniakea_option('primary_logo'), LANIAKEA_THEME_URI . 'logo.png') ?>" />
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment