From b84aa69d8703b848f15da729d38a84cef41d4d23 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Mon, 9 May 2016 17:10:21 -0400 Subject: [PATCH] Update blocks so the can deal with captions --- parts/glm-blocks.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parts/glm-blocks.php b/parts/glm-blocks.php index 73cd2ce..89e0be1 100644 --- a/parts/glm-blocks.php +++ b/parts/glm-blocks.php @@ -17,7 +17,7 @@ url):?> externalUrl){echo ' target="_blank"';}?>>

post_title;?>

url):?>
-

post_content . $block->post_excerpt;?>

+

post_content) . $block->post_excerpt;?>

url):?> Read More... -- 2.17.1