';
}
}
if ( is_front_page() || is_home() ) {
if ( has_header_image() ) {
the_header_image_tag( array( 'class' => 'img-fluid', 'loading' => 'lazy' ) );
} else {
echo '
';
}
}
?>