removed php code for header
authorIan Weller <ian@gaslightmedia.com>
Mon, 19 Oct 2015 16:41:59 +0000 (12:41 -0400)
committerIan Weller <ian@gaslightmedia.com>
Mon, 19 Oct 2015 16:41:59 +0000 (12:41 -0400)
page.php

index a232803..003dc32 100644 (file)
--- a/page.php
+++ b/page.php
@@ -12,7 +12,6 @@
             </div>
             <div class="row">
                 <div id="main-content" class="small-12 columns">
-                    <h1><?php echo get_the_title(); ?></h1>
                         <?php if(have_posts()) : while(have_posts()): the_post();?>
                         <?php the_content();?>
                         <?php endwhile; else:?>