Remove the custom template for the about page

This commit is contained in:
Monika Eftimova 2014-10-06 16:11:19 +03:00
parent 01da2c5e4b
commit eb9f85dcb3
1 changed files with 0 additions and 17 deletions

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(); ?>