removing target blank from partners blocks request button as it is an interior page
authorAnthony Talarico <talarico@gaslightmedia.com>
Fri, 16 Sep 2016 16:07:10 +0000 (12:07 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Fri, 16 Sep 2016 16:07:10 +0000 (12:07 -0400)
sections/interior-page.php

index 1230c50..0f3b468 100644 (file)
@@ -21,7 +21,7 @@
                     <?php $index_template = false; ?>
                     <?php echo apply_filters('the_content', $post_content->post_content) ; ?>
                     <div class="small-12 columns partner-request-button-container">
-                        <a href="<?php echo get_permalink(4870); ?>" target="_blank" class="button partnters-request-button ">Request a Quote</a>
+                        <a href="<?php echo get_permalink(4870); ?>" class="button partnters-request-button ">Request a Quote</a>
                     </div>
                     <?php get_template_part('parts/glm-blocks'); ?>