Change city code to Alpena in the weather widget in the header
authorLaury GvR <laury@gaslightmedia.com>
Wed, 23 Jan 2019 20:12:52 +0000 (15:12 -0500)
committerLaury GvR <laury@gaslightmedia.com>
Wed, 23 Jan 2019 20:12:52 +0000 (15:12 -0500)
parts/header-meta.php
sections/header.php
style.css

index ff8a981..29a5b09 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=0.0.7.4">
+    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=0.1.0.1">
     <link rel="shortcut icon" href="<?php echo get_stylesheet_directory_uri(); ?>/favicon.ico?v=0.0.4.2">
     <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,700' rel='stylesheet' type='text/css'>
     <link href="//fonts.googleapis.com/css?family=Shadows+Into+Light" rel="stylesheet">
index 49fc85c..7942abf 100644 (file)
@@ -23,7 +23,7 @@
             </div>
 
             <div id="top-weather">
-                <?php echo do_shortcode('[shortcode-weather-atlas city_selector=2372139]'); ?>
+                <?php echo do_shortcode('[shortcode-weather-atlas city_selector=2361236]'); ?>
             </div>
         </div>
         
index d5931c7..caeda2d 100644 (file)
--- a/style.css
+++ b/style.css
@@ -3,5 +3,5 @@ Theme Name: visitalpena2018
 Author: Gaslight Media
 Author URI: http://www.gaslightmedia.com
 Description: A theme for Alpena CVB
-Version: 1.0.0
+Version: 1.0.1
 */