fixing community feed back page id for the footer action item
authorAnthony Talarico <talarico@gaslightmedia.com>
Fri, 7 Jun 2019 12:38:56 +0000 (08:38 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Fri, 7 Jun 2019 12:38:56 +0000 (08:38 -0400)
parts/action-items.php
parts/header-meta.php
style.css

index 226e19b..c5748c1 100644 (file)
@@ -2,11 +2,11 @@
     <div class="row">
         <div class="small-12 medium-4 columns seal-column">
             <div class="action-item-image">
-                <a href="<?php echo get_permalink(2186); ?>" class="action-item-link">
+                <a href="<?php echo get_permalink(2225); ?>" class="action-item-link">
                     <div class="image-frame">
-                        <img src="<?php echo get_template_directory_uri() . '/assets/seal.png'; ?>" alt=""> 
+                        <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(2186); ?>">Community Feedback</a></div>
+                    <div class="weather-text"><a style="color: white;" href="<?php echo get_permalink(218); ?>">Community Feedback</a></div>
                 </a>    
             </div>
         </div>
index c79f3b4..e0ee00e 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.13">
+    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.0.14">
     <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 dbc5e84..ea20b47 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.13
+Version: 1.0.14
 */