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 template for displaying all single posts
*
@ -34,11 +34,11 @@ get_header();
}
?>
</main><!-- #main -->
</div><!-- #primary -->
</main>
</div>
<?php get_sidebar(); ?>
</div><!-- .mt-page-content-wrapper -->
</div>
<?php
get_footer();