Update footer link for gaslight
authorSteve Sutton <steve@gaslightmedia.com>
Wed, 20 May 2015 19:01:46 +0000 (15:01 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Wed, 20 May 2015 19:01:46 +0000 (15:01 -0400)
make the link open a new tab

footer.php

index 4e0d5ca..18ff1f4 100644 (file)
@@ -22,7 +22,7 @@
                 </div><!--End of shadow-->
                 <div class="row">
                     <div id="copyright" class="small-12 columns text-center">
-                        <span>Produced by <a href="http://www.gaslightmedia.com">Gaslight Media</a></span>
+                        <span>Produced by <a target="_blank" href="http://www.gaslightmedia.com">Gaslight Media</a></span>
                         <span class="bullet">&#8226;</span>
                         <span>All Rights Reserved</span>
                     </div>
@@ -30,7 +30,7 @@
             </div><!--End of page-wrapper-->
         <a class="exit-off-canvas"></a>
         </div><!--End of inner-wrap-->
-      </div><!--End of off-canvas-->  
+      </div><!--End of off-canvas-->
   </body>
   <?php wp_footer();?>
-</html>
\ No newline at end of file
+</html>