changing weather underground location
authorAnthony Talarico <talarico@gaslightmedia.com>
Tue, 5 Jun 2018 19:37:51 +0000 (15:37 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Tue, 5 Jun 2018 19:37:51 +0000 (15:37 -0400)
changing weather underound location

parts/header-meta.php
sections/footer.php
style.css

index 1cba705..169a358 100644 (file)
@@ -2,8 +2,8 @@
     <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.0">
+    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.0.1">
     <link href='//fonts.googleapis.com/css?family=Open+Sans:400,400italic,700' rel='stylesheet' type='text/css'>
     <link rel="shortcut icon" href="<?php echo bloginfo('template_url')?>/favicon.png">
     <?php wp_head(); ?>
-  </head>
+  </head>
\ No newline at end of file
index 8842e9d..4f9e971 100644 (file)
@@ -31,7 +31,7 @@
                                     <div id="footer-weather" class="small-centered small-11 medium-uncentered medium-6 large-2 columns left">
                                         <div class="footer-weather-logo">
                                             <div id="weather-widget">
-                                                <?php echo do_shortcode("[wunderground location='KMIMACKI4' measurement='f' layout='table-horizontal' numdays='2' showdata='daynames,pop,icon,conditions,date,highlow']");?>
+                                                <?php echo do_shortcode("[wunderground location='Mackinaw City, MI' measurement='f' layout='table-horizontal' numdays='2' showdata='daynames,pop,icon,conditions,date,highlow']");?>
                                             </div>
                                             <a id="activate-weather" class=""><img src="<?php echo get_template_directory_uri(); ?>/assets/weather-badge.png"></a>
                                         </div>
index af8f908..4ad3341 100644 (file)
--- a/style.css
+++ b/style.css
@@ -3,5 +3,5 @@ Theme Name: Ice Breaker Mackinaw
 Author: Gaslight Media
 Author URI: http://www.gaslightmedia.com
 Description: A theme for Ice Breaker
-Version: 1.0.0
+Version: 1.0.1
 */