Fix indentations

This commit is contained in:
Ben Goldsworthy 2021-01-23 14:41:19 +00:00
parent f650e53d9b
commit 42ba13de1b
14 changed files with 364 additions and 368 deletions

View file

@ -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>