Add content partial to frontpage so editor content will show up
authorLaury GvR <laury@gaslightmedia.com>
Mon, 10 Jul 2017 18:57:52 +0000 (14:57 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Mon, 10 Jul 2017 18:57:52 +0000 (14:57 -0400)
front-page.php

index db85c12..3b2e119 100644 (file)
         </div>
         <div class="row">
             <div id="main-content" class="small-12 medium-8 columns">
-
+                <?php get_template_part('parts/content-section'); ?>
             </div>
 
-            <div class="small-12 medium-4 columns small-text-center medium-text-left">
-                <?php get_sidebar(); ?>
-            </div>
         </div>
     </div>
-<?php get_footer(); ?>
-
-
-
+<?php get_footer(); ?>
\ No newline at end of file