adding url to the community feed back anchor in the action items
authorAnthony Talarico <talarico@gaslightmedia.com>
Fri, 7 Jun 2019 12:58:25 +0000 (08:58 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Fri, 7 Jun 2019 12:58:25 +0000 (08:58 -0400)
parts/action-items.php
parts/header-meta.php
style.css

index c5748c1..f8e021b 100644 (file)
@@ -6,7 +6,7 @@
                     <div class="image-frame">
                         <img src="<?php echo get_template_directory_uri(2225) . '/assets/seal.png'; ?>" alt=""> 
                     </div>
-                    <div class="weather-text"><a style="color: white;" href="<?php echo get_permalink(218); ?>">Community Feedback</a></div>
+                    <div class="weather-text"><a style="color: white;" href="<?php echo get_permalink(2225); ?>">Community Feedback</a></div>
                 </a>    
             </div>
         </div>
index e0ee00e..034b7e1 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.14">
+    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.0.15">
     <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 ea20b47..2cfccd8 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.14
+Version: 1.0.15
 */