fixed syntax error
authorAnthony Talarico <talarico@gaslightmedia.com>
Tue, 1 Dec 2015 15:09:14 +0000 (10:09 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Tue, 1 Dec 2015 15:09:14 +0000 (10:09 -0500)
parts/glm-blocks.php

index e830caa..2f5342b 100644 (file)
@@ -56,7 +56,7 @@ default:
             </a>
              <?php endif;?>
         <p><?php echo $block->post_content . $block->post_excerpt;?></p>
-        if(<?php is_home(); ?>):?>
+        <?php if(is_home();):?>
         <div class="separator text-center"><img src="<?php bloginfo('template_url'); ?>/assets/fancy-divider-large.jpg"></div>
     </div>
     <?php endif;?>