fix(theme): complete namespace swap + page-hero/aura-bg placement + single.spec gating
This commit is contained in:
+1
-1
@@ -28,6 +28,7 @@ while ( have_posts() ) :
|
||||
$excerpt = has_excerpt( $project_id ) ? get_the_excerpt( $project_id ) : '';
|
||||
?>
|
||||
<article class="single-project aura-bg">
|
||||
<?php get_template_part( 'views/partials/aura-bg' ); ?>
|
||||
<div class="aura-bg__content">
|
||||
<div class="container mx-auto my-section">
|
||||
|
||||
@@ -164,5 +165,4 @@ while ( have_posts() ) :
|
||||
<?php
|
||||
endwhile;
|
||||
|
||||
get_template_part( 'views/partials/aura-bg' );
|
||||
get_footer();
|
||||
|
||||
Reference in New Issue
Block a user