projects
/
WP-Themes
/
frederictownship.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0b31105
)
fix broken ending div tag in fp block feed
author
Laury GvR
<laury@gaslightmedia.com>
Fri, 24 Aug 2018 20:01:25 +0000
(16:01 -0400)
committer
Laury GvR
<laury@gaslightmedia.com>
Fri, 24 Aug 2018 20:01:25 +0000
(16:01 -0400)
parts/glm-blocks.php
patch
|
blob
|
history
diff --git
a/parts/glm-blocks.php
b/parts/glm-blocks.php
index
9e64578
..
8f4a84a
100644
(file)
--- a/
parts/glm-blocks.php
+++ b/
parts/glm-blocks.php
@@
-28,12
+28,12
@@
</h2>
<div class="block-excerpt excerpt<?php echo $count ?>">
- <?php echo apply_filters('the_
conten
t', $block->post_content) . $block->post_excerpt;?>
+ <?php echo apply_filters('the_
excerp
t', $block->post_content) . $block->post_excerpt;?>
</div>
<?php if($block->url):?>
<div class="read-more">
<a class="block-link" href="<?php echo $block->url;?>">Find Out More</a>
- </div
<
>
+ </div>
<?php endif;?>
</div>
</div>