adding new 2019 pdf guide to the link in the sidebar
authorAnthony Talarico <talarico@gaslightmedia.com>
Thu, 11 Apr 2019 18:26:06 +0000 (14:26 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Thu, 11 Apr 2019 18:26:06 +0000 (14:26 -0400)
assets/2019guide.pdf [new file with mode: 0644]
parts/header-meta.php
sidebar.php
style.css

diff --git a/assets/2019guide.pdf b/assets/2019guide.pdf
new file mode 100644 (file)
index 0000000..801bdf6
Binary files /dev/null and b/assets/2019guide.pdf differ
index 9192213..938a91f 100644 (file)
@@ -4,7 +4,7 @@
     <title><?php wp_title(); ?></title>
     <link href="https://fonts.googleapis.com/css?family=Lato:300,400,700" rel="stylesheet">
     <link href="https://fonts.googleapis.com/css?family=Roboto+Slab:400,700" rel="stylesheet">
-    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri(); ?>/css/app.css?v=1.0.39">
+    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri(); ?>/css/app.css?v=1.0.40">
     <link rel="shortcut icon" href="<?php echo get_stylesheet_directory_uri(); ?>/favicon.ico">
     <?php wp_head(); ?>
 </head>
index c165efc..82ec02d 100644 (file)
@@ -7,7 +7,7 @@
                                 <img src="<?php bloginfo('template_url');?>/assets/visitorsguide.png">
                              
                                 <ul id="guide">
-                                    <li><a target="_blank" href="<?php bloginfo('template_url');?>/assets/chamber-guide.pdf">View</a></li>
+                                    <li><a target="_blank" href="<?php bloginfo('template_url');?>/assets/2019guide.pdf">View</a></li>
                                     <li><a href="<?php echo get_permalink(260);?>">Order</a></li>
                                 </ul>
                             </div>
index 9564a02..948b342 100644 (file)
--- a/style.css
+++ b/style.css
@@ -3,5 +3,5 @@ Theme Name: HarborCountry
 Author: Gaslight Media
 Author URI: http://www.gaslightmedia.com
 Description: A theme for HarborCountry
-Version: 1.0.39
+Version: 1.0.40
 */