Remove commented out code.
authorSteve Sutton <steve@gaslightmedia.com>
Tue, 31 Mar 2015 16:56:04 +0000 (12:56 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Tue, 31 Mar 2015 16:56:04 +0000 (12:56 -0400)
Not used

front-page.php

index cbf04a5..bcdeb86 100644 (file)
@@ -4,27 +4,15 @@
         <?php get_template_part('parts/slide-show');?>
     </div>
     <div id="content-wrapper">
-<!--
-         <div class="row">
-            <?php
-            get_template_part('parts/glm-blocks');
-            ?>
-        </div>
--->
         <div class="row">
             <div class="small-12 columns">
                 <?php if(have_posts()) : while(have_posts()): the_post();?>
                 <?php the_content();?>
-                
+
                 <?php endwhile; else:?>
                 <p><?php _e('Sorry, no posts yet');?></p>
                 <?php endif;?>
             </div>
-<!--
-            <div class="small-12 medium-6 large-4 columns small-text-center medium-text-left">
-                <?php get_sidebar(); ?>
-            </div>
--->
             <div class="small-12 columns">
                 <div id="wave-border"></div>
             </div>