I found there was a href attribute in the h2. I went in and removed it.
<?php } else { ?>
<div class="small-12 columns home-feed-post-content">
<?php } ?>
- <h2 class="title-posts" href="<?php the_permalink(); ?>"><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></h2>
+ <h2 class="title-posts"><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></h2>
<span class="meta date"><?php the_time('F j, Y') ?></span>
<div class="excerpt<?php echo $count ?>"><?php echo the_advanced_excerpt('length=265&length_type=characters&no_custom=1&ellipsis=%26hellip;&exclude_tags=a,img,p,strong,h1,h2,h3,hr,div'); ?></div>
</div>