Fixes #2

Closed
plazmonii wants to merge 2 commits from fixes into master
1 changed files with 0 additions and 17 deletions
Showing only changes of commit eb9f85dcb3 - Show all commits

View File

@ -1,17 +0,0 @@
<?php
get_header(); ?>
<section class="content grid">
<div class="col-left">
<h1><?php the_title(); ?></h1>
<?php
if ( have_posts() ) :
while ( have_posts() ) : the_post();
the_content();
endwhile;
endif;
?>
</div>
<?php get_sidebar(); ?>
</section>
<?php get_footer(); ?>