There was an error while loading. Please reload this page.
2 parents bbd4bbc + 99eff69 commit 6d68c14Copy full SHA for 6d68c14
src/page-full-width.php renamed to src/templates/full-width.php
@@ -16,15 +16,15 @@
16
<?php get_template_part( 'content', 'page' ); ?>
17
18
<?php
19
- // If comments are open or we have at least one comment, load up the comment template
20
- if ( comments_open() || get_comments_number() ) :
21
- comments_template();
22
- endif;
+ // If comments are open or we have at least one comment, load up the comment template
+ if ( comments_open() || get_comments_number() ) :
+ comments_template();
+ endif;
23
?>
24
25
<?php endwhile; // end of the loop. ?>
26
27
</main><!-- #main -->
28
</div><!-- #primary -->
29
30
-<?php get_footer(); ?>
+<?php get_footer(); ?>
0 commit comments