projects
/
WP-Themes
/
keweenaw2017.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2477f8d
)
Add wrapper for landing page blocks.
author
Steve Sutton
<steve@gaslightmedia.com>
Tue, 31 Oct 2017 15:18:29 +0000
(11:18 -0400)
committer
Steve Sutton
<steve@gaslightmedia.com>
Tue, 31 Oct 2017 15:18:29 +0000
(11:18 -0400)
for style output
sections/landing-page.php
patch
|
blob
|
history
diff --git
a/sections/landing-page.php
b/sections/landing-page.php
index
526d8ab
..
176846a
100644
(file)
--- a/
sections/landing-page.php
+++ b/
sections/landing-page.php
@@
-28,6
+28,7
@@
<?php get_template_part('parts/main-content');?>
</div>
+ <div id="glm-blocks-wrapper">
<div class="glm-blocks-container row">
<?php
global $post;
@@
-64,6
+65,7
@@
<?php endwhile; ?>
<?php endif; wp_reset_query(); ?>
+ </div>
</div>
</div>