@@ -24,9 +24,9 @@ discard block |
||
| 24 | 24 | <?php if ( have_posts() ) : ?> |
| 25 | 25 | |
| 26 | 26 | <?php |
| 27 | - while ( have_posts() ) : |
|
| 28 | - the_post(); |
|
| 29 | - ?> |
|
| 27 | + while ( have_posts() ) : |
|
| 28 | + the_post(); |
|
| 29 | + ?> |
|
| 30 | 30 | |
| 31 | 31 | <?php get_template_part( 'partials/content', 'page-cover' ); ?> |
| 32 | 32 | |
@@ -41,15 +41,15 @@ discard block |
||
| 41 | 41 | <?php lsx_content_after(); ?> |
| 42 | 42 | |
| 43 | 43 | <?php |
| 44 | - if ( is_singular( 'post' ) ) { |
|
| 45 | - lsx_post_nav(); |
|
| 46 | - } |
|
| 47 | - ?> |
|
| 44 | + if ( is_singular( 'post' ) ) { |
|
| 45 | + lsx_post_nav(); |
|
| 46 | + } |
|
| 47 | + ?> |
|
| 48 | 48 | <?php |
| 49 | - if ( comments_open() ) { |
|
| 50 | - comments_template(); |
|
| 51 | - } |
|
| 52 | - ?> |
|
| 49 | + if ( comments_open() ) { |
|
| 50 | + comments_template(); |
|
| 51 | + } |
|
| 52 | + ?> |
|
| 53 | 53 | |
| 54 | 54 | </div><!-- #primary --> |
| 55 | 55 | |