Fix indentations
This commit is contained in:
parent
f650e53d9b
commit
42ba13de1b
14 changed files with 364 additions and 368 deletions
|
@ -15,8 +15,8 @@ get_header(); ?>
|
|||
while ( have_posts() ) :
|
||||
the_post();
|
||||
?>
|
||||
<h1><?php echo wp_kses_post( get_the_title() ); ?></h1>
|
||||
<h2><?php the_content(); ?></h2>
|
||||
<h1><?php echo wp_kses_post( get_the_title() ); ?></h1>
|
||||
<h2><?php the_content(); ?></h2>
|
||||
<?php endwhile; ?>
|
||||
</main>
|
||||
|
||||
|
|
Reference in a new issue