push changes, and removed comments

This commit is contained in:
2024-04-15 17:03:43 -07:00
parent a63e80f9e4
commit de7a7fcc50
28 changed files with 155 additions and 155 deletions

View File

@ -37,8 +37,8 @@ if ( $related_posts_query->have_posts() ) {
get_template_part( 'template-parts/related/content', 'related' );
}
?>
</div><!-- .mt-related-posts-wrapper -->
</section><!-- .mt-single-related-posts -->
</div>
</section>
<?php
}
wp_reset_postdata();