Getting rid of 'welcome'
authorLaury GvR <laury@gaslightmedia.com>
Mon, 6 Apr 2015 15:35:04 +0000 (11:35 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Mon, 6 Apr 2015 15:35:04 +0000 (11:35 -0400)
front-page.php

index 5eaf42d..76a7adc 100644 (file)
@@ -7,7 +7,6 @@
             <div id="content-wrapper">
                 <div class="row content">
                     <div id="welcome" class="small-12 columns row">
-                        <h2>Welcome</h2>
                         <?php if(have_posts()) : while(have_posts()): the_post();?>
                             <?php the_content();?>
                         <?php endwhile; else:?>