projects
/
WP-Themes
/
icebreaker.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3f17538
)
fixing interior page blocks
author
Anthony Talarico
<talarico@gaslightmedia.com>
Wed, 9 May 2018 14:01:02 +0000
(10:01 -0400)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Wed, 9 May 2018 14:01:02 +0000
(10:01 -0400)
fixing the theme interior page so the blocks show up properly
sections/interior-page.php
patch
|
blob
|
history
diff --git
a/sections/interior-page.php
b/sections/interior-page.php
index
ea3db33
..
f661cbe
100644
(file)
--- a/
sections/interior-page.php
+++ b/
sections/interior-page.php
@@
-27,7
+27,7
@@
<div class="row">
<?php get_template_part('parts/main-content');?>
</div>
- <!--
+
<div class="small-12 medium-6 large-4 columns small-text-center medium-text-left">
<?php //get_sidebar(); ?>
</div>