🐞 fix: Use plain header everywhere except Contact page
Deploy to Dreamhost (dev) / build (push) Successful in 34s
Sync TODOs with Issues / sync_todos (push) Successful in 6s

This commit is contained in:
Keith Solomon
2026-07-05 14:18:26 -05:00
parent 8f9fd8bf4c
commit ef0b542e9d
+1 -1
View File
@@ -52,7 +52,7 @@ $showHero = $post->post_parent === $services ? true : false;
<?php
if ( $showHero ) :
get_template_part( 'views/partials/page-hero-services' );
elseif ( ! is_front_page() ) :
elseif ( ! is_front_page() && ! is_page( 'contact' ) ) :
get_template_part( 'views/partials/page-hero' );
endif;
?>