remove comments

This commit is contained in:
2025-05-20 22:55:11 -07:00
parent b7cdf496b6
commit 0cd241571f
6 changed files with 32 additions and 32 deletions

View File

@ -1,4 +1,4 @@
<?php
<?php
/**
* The main template file
*
@ -44,8 +44,8 @@ $archive_style = get_theme_mod('sophia_after_dark_archive_style', 'mt-archive--m
?>
<?php if ('mt-archive--masonry-style' === $archive_style): ?>
</div> <!-- #mt-masonry -->
</div> <!-- .sophia-after-dark-content-masonry -->
</div>
</div>
<?php endif; ?>
<?php the_posts_pagination(); ?>
@ -55,7 +55,7 @@ $archive_style = get_theme_mod('sophia_after_dark_archive_style', 'mt-archive--m
<?php endif; ?>
<?php if ('mt-archive--block-grid-style' === $archive_style): ?>
</div> <!-- .archive-grid-post-wrapper -->
</div>
<?php endif; ?>
</main>