removed unneeded file
authorIan Weller <ian@gaslightmedia.com>
Tue, 28 Jun 2016 15:47:54 +0000 (11:47 -0400)
committerIan Weller <ian@gaslightmedia.com>
Tue, 28 Jun 2016 15:47:54 +0000 (11:47 -0400)
front-page.php [deleted file]

diff --git a/front-page.php b/front-page.php
deleted file mode 100644 (file)
index a420ded..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-<?php get_header(); ?>
-<main class="page-front">
-    <div class="row">
-        <?php get_template_part('parts/slide-show');?>
-    </div>
-    <div id="content-wrapper">
-        <div class="row" data-equalizer data-options="equalize_on_stack: false">
-            <?php
-            get_template_part('parts/glm-blocks');
-            ?>
-        </div>
-        <div class="row">
-            <div id="main-content" 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>
-    </div>
-<?php get_footer(); ?>