projects
/
WP-Themes
/
gaslightmedia.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9313028
)
Blocks added to page 94: Our Work
author
Laury GvR
<laury@gaslightmedia.com>
Thu, 14 Apr 2016 15:46:39 +0000
(11:46 -0400)
committer
Laury GvR
<laury@gaslightmedia.com>
Thu, 14 Apr 2016 15:46:39 +0000
(11:46 -0400)
index.php
patch
|
blob
|
history
diff --git
a/index.php
b/index.php
index
cf4b66b
..
6909cb4
100644
(file)
--- a/
index.php
+++ b/
index.php
@@
-17,5
+17,15
@@
<?php endif;?>
</div>
</div>
+ <?php if (is_page(94)) { ?>
+ <div class="row">
+ <div class="small-12 columns">
+ <h2 id="block-title">Recently Launched</h2>
+ </div>
+ <?php
+ get_template_part('parts/glm-blocks');
+ ?>
+ </div>
+ <?php } ?>
</div>
<?php get_footer(); ?>