changing the current weather conditions url in the action items section
authorAnthony Talarico <talarico@gaslightmedia.com>
Thu, 23 May 2019 16:56:09 +0000 (12:56 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Thu, 23 May 2019 16:56:09 +0000 (12:56 -0400)
parts/action-items.php
parts/header-meta.php
style.css

index 4138ea4..75a7889 100644 (file)
@@ -18,7 +18,7 @@
         </div>
         <div class="small-12 medium-4 columns enews-logo-column">
             <div class="action-item-image">
-                <a href="http://uglos.mtu.edu/station_page.php?station=45022" class="action-item-link" target="_blank">
+                <a href="https://glbuoys.glos.us/45022" class="action-item-link" target="_blank">
                     <div class="image-frame">
                         <img src="<?php echo get_template_directory_uri() . '/assets/buoy.png'; ?>" alt=""> 
                     </div>
index 2082f0c..3d64cca 100644 (file)
@@ -2,7 +2,7 @@
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <title><?php wp_title(); ?></title>
-    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.0.8">
+    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.0.9">
     <link rel="shortcut icon" href="<?php echo get_stylesheet_directory_uri(); ?>/favicon.ico?v=1.0.0">
     <link href="https://fonts.googleapis.com/css?family=Quattrocento|Yellowtail|Lato" rel="stylesheet">
     <?php wp_head(); ?>
index 40a88e1..f60386a 100644 (file)
--- a/style.css
+++ b/style.css
@@ -3,5 +3,5 @@ Theme Name: City of Harbor Springs
 Author: Gaslight Media
 Author URI: http://www.gaslightmedia.com
 Description: A theme for City of Harbor Springs
-Version: 1.0.8
+Version: 1.0.9
 */