projects
/
WP-Themes
/
wmta.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4238402
)
Fix bad markup
author
Steve Sutton
<steve@gaslightmedia.com>
Wed, 14 Feb 2018 18:20:15 +0000
(13:20 -0500)
committer
Steve 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
patch
|
blob
|
history
diff --git
a/front-page.php
b/front-page.php
index
6c85ffe
..
d5abb8d
100644
(file)
--- a/
front-page.php
+++ b/
front-page.php
@@
-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 -->