fix(theme): complete namespace swap + page-hero/aura-bg placement + single.spec gating
This commit is contained in:
+1
-1
@@ -15,6 +15,7 @@ $hero_cta_1 = get_field( 'homepage_hero_cta_1' ); // ACF link fields return sh
|
||||
$hero_cta_2 = get_field( 'homepage_hero_cta_2' );
|
||||
?>
|
||||
<section class="home-hero aura-bg">
|
||||
<?php get_template_part( 'views/partials/aura-bg' ); ?>
|
||||
<div class="aura-bg__content">
|
||||
<div class="container mx-auto my-section">
|
||||
<div class="home-hero__inner">
|
||||
@@ -80,5 +81,4 @@ $hero_cta_2 = get_field( 'homepage_hero_cta_2' );
|
||||
</section>
|
||||
|
||||
<?php
|
||||
get_template_part( 'views/partials/aura-bg' );
|
||||
get_footer();
|
||||
|
||||
Reference in New Issue
Block a user