projects
/
WP-Themes
/
staffords.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e386226
)
adding separator to blocks
author
Anthony Talarico
<talarico@gaslightmedia.com>
Thu, 10 Dec 2015 14:11:58 +0000
(09:11 -0500)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Thu, 10 Dec 2015 14:11:58 +0000
(09:11 -0500)
parts/glm-blocks.php
patch
|
blob
|
history
diff --git
a/parts/glm-blocks.php
b/parts/glm-blocks.php
index
9a68b9e
..
cfca468
100644
(file)
--- a/
parts/glm-blocks.php
+++ b/
parts/glm-blocks.php
@@
-56,9
+56,9
@@
default:
</a>
<?php endif;?>
<p><?php echo $block->post_content . $block->post_excerpt;?></p>
-
<?php if ( is_home() || is_front_page() ) : ?
>
+
<!-- <?//php if ( is_home() || is_front_page() ) : ?>--
>
<div class="separator text-center"><img src="<?php bloginfo('template_url'); ?>/assets/fancy-divider-large.jpg"></div>
- <?php endif; ?>
+ <?
//
php endif; ?>
</div>
<?php endforeach;?>