Skip to content

Commit

Permalink
Remove front-page.php - it falls back to page.php (not index.php as I…
Browse files Browse the repository at this point in the history
… thought) and page.php is identical
  • Loading branch information
powerbuoy committed Sep 24, 2020
1 parent 933fae3 commit 209a269
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
12 changes: 0 additions & 12 deletions front-page.php

This file was deleted.

2 changes: 1 addition & 1 deletion page.php
Expand Up @@ -5,9 +5,9 @@
<?php get_template_part('modules/single-page') ?>

<?php if (!post_password_required()) : ?>
<?php # Sleek\Modules\render_flexible('flexible_modules') ?>
<?php comments_template('/modules/comments.php') ?>
<?php comment_form() ?>
<?php # Sleek\Modules\render_flexible('flexible_modules') ?>
<?php endif ?>

</main>
Expand Down

0 comments on commit 209a269

Please sign in to comment.