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

@ -39,8 +39,8 @@ get_header();
if ( 'mt-archive--masonry-style' === $archive_style ) {
?>
</div><!-- #mt-masonry -->
</div><!-- .sophia-after-dark-content-masonry -->
</div>
</div>
<?php
}
@ -51,13 +51,13 @@ get_header();
endif;
if ( 'mt-archive--block-grid-style' === $archive_style ) {
echo '</div><!-- .archive-grid-post-wrapper -->';
echo '</div>';
}
?>
</main><!-- #main -->
</div><!-- #primary -->
</main>
</div>
<?php get_sidebar(); ?>
</div><!-- .mt-page-content-wrapper -->
</div>
<?php
get_footer();