Fix bad markup
authorSteve Sutton <steve@gaslightmedia.com>
Wed, 14 Feb 2018 18:20:15 +0000 (13:20 -0500)
committerSteve Sutton <steve@gaslightmedia.com>
Wed, 14 Feb 2018 18:20:15 +0000 (13:20 -0500)
extra footer called and extra end div.

front-page.php

index 6c85ffe..d5abb8d 100644 (file)
@@ -16,7 +16,7 @@ get_header(); ?>
             if(function_exists(the_ad_group)){
                 echo the_ad_group(3235);
             }
-            
+
             ?>
         </div>
 
@@ -30,19 +30,15 @@ get_header(); ?>
                 <main id="main" role="main">
 
                     <div class="row front-main">
-                        
+
                         <div class="columns">
-                            
+
                         <?php
                             get_template_part('template-parts/glm-blocks-front-top');
                         ?>
 
                         </div>
 
-                    </div>
-                    
-                        <?php get_footer(); ?>
-
                     </div>
 
                 </main><!-- #main -->