<div class="blocks row">
<div class="blog-front-image-container small-8 small-centered medium-3 medium-uncentered columns">
<?php if($block->url):?>
- <a href="<?php echo $block->url;?>"<?php if($block->externalUrl){echo ' target="_blank"';}?>>
+ <a href="<?php echo $block->url;?>">
<?php endif;?>
<?php
//echo $block->thumbnail;
<div class="blog-front-text small-12 small-centered medium-9 medium-uncentered columns">
<div class="blog-front-title">
<?php if($block->url):?>
- <a class="title-posts" href="<?php echo $block->url;?>"<?php if($block->externalUrl){echo ' target="_blank"';}?>>
+ <a class="title-posts" href="<?php echo $block->url;?>">
<?php endif;?>
<h1><?php echo $block->post_title;?></h1>
<?php if($block->url):?>