Skip to content

Commit

Permalink
Update header.php
Browse files Browse the repository at this point in the history
added comment and removed empty line
  • Loading branch information
airbjorn committed Jan 4, 2021
1 parent fb80d68 commit 11d8061
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion header.php
Expand Up @@ -30,6 +30,7 @@
<header id="masthead" class="site-header" role="banner">

<?php
/* show metaslider with id 486 instead of the static header image */
if ( is_front_page() ) {
echo do_shortcode( '[metaslider id=486]' );
get_template_part( 'template-parts/header/site', 'branding' );
Expand All @@ -38,7 +39,6 @@
}
?>


<?php if ( has_nav_menu( 'top' ) ) : ?>
<div class="navigation-top">
<div class="wrap">
Expand Down

0 comments on commit 11d8061

Please sign in to comment.