adding target blank to the pure michigan anchor tag in the footer
authorAnthony Talarico <talarico@gaslightmedia.com>
Wed, 21 Aug 2019 17:13:01 +0000 (13:13 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Wed, 21 Aug 2019 17:13:01 +0000 (13:13 -0400)
parts/header-meta.php
sections/footer.php
style.css

index 7412861..484683c 100644 (file)
@@ -4,7 +4,7 @@
     <title><?php wp_title(); ?></title>
     <link href="https://fonts.googleapis.com/css?family=Lato:300,400,700" rel="stylesheet">
     <link href="https://fonts.googleapis.com/css?family=Roboto+Slab:400,700" rel="stylesheet">
-    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri(); ?>/css/app.css?v=1.0.45">
+    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri(); ?>/css/app.css?v=1.0.46">
     <link rel="shortcut icon" href="<?php echo get_stylesheet_directory_uri(); ?>/favicon.ico">
     <?php wp_head(); ?>
 </head>
index 92ddb3d..77cd887 100644 (file)
@@ -13,7 +13,7 @@
     </div>
     <div id="foot-content" class="row show-for-medium">
         <div class="small-12 medium-4 columns text-center">
-            <a href="https://www.michigan.org/"><img id="pure-mi" src="<?php bloginfo('template_url');?>/assets/pure-michigan-logo.png"></a>
+            <a href="https://www.michigan.org/" target="_blank"><img id="pure-mi" src="<?php bloginfo('template_url');?>/assets/pure-michigan-logo.png"></a>
         </div>
         <div id="footer_address" class="medium-8 large-4 columns show-for-medium text-center">
             <a class="foot-logo" href="<?php bloginfo('url')?>"><img src="<?php bloginfo('template_url');?>/assets/harbor-coutry-footer-logo.png"></a>
index c25ae06..8493478 100644 (file)
--- a/style.css
+++ b/style.css
@@ -3,5 +3,5 @@ Theme Name: HarborCountry
 Author: Gaslight Media
 Author URI: http://www.gaslightmedia.com
 Description: A theme for HarborCountry
-Version: 1.0.45
+Version: 1.0.46
 */