Fix indentations
This commit is contained in:
parent
f650e53d9b
commit
42ba13de1b
14 changed files with 364 additions and 368 deletions
20
page.php
20
page.php
|
@ -1,18 +1,18 @@
|
|||
<?php
|
||||
/**
|
||||
* The template for displaying pages.
|
||||
*
|
||||
* @package Omphaloskepsis
|
||||
* @since Omphaloskepsis 1.0
|
||||
*/
|
||||
/**
|
||||
* The template for displaying pages.
|
||||
*
|
||||
* @package Omphaloskepsis
|
||||
* @since Omphaloskepsis 1.0
|
||||
*/
|
||||
|
||||
?>
|
||||
|
||||
<?php get_header(); ?>
|
||||
|
||||
<main id="split-page" role="main">
|
||||
<?php
|
||||
// Start the loop.
|
||||
<?php
|
||||
// Start the loop.
|
||||
while ( have_posts() ) :
|
||||
the_post();
|
||||
|
||||
|
@ -24,8 +24,8 @@
|
|||
comments_template();
|
||||
}
|
||||
|
||||
// End of the loop.
|
||||
endwhile;
|
||||
// End of the loop.
|
||||
endwhile;
|
||||
?>
|
||||
</main>
|
||||
|
||||
|
|
Reference in a new issue