updating the visitor guide graphic and pdf on the front page
<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.23">
+ <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri(); ?>/css/app.css?v=1.0.24">
<link rel="shortcut icon" href="<?php echo get_stylesheet_directory_uri(); ?>/favicon.ico">
<?php wp_head(); ?>
</head>
<?php if ( is_active_sidebar( 'r-sidebar' ) ) : ?>
<?php dynamic_sidebar( 'r-sidebar' ); ?>
<?php endif; ?>
- <img src="<?php bloginfo('template_url');?>/assets/2017-visitors-guide.png">
+ <img src="<?php bloginfo('template_url');?>/assets/visitors-guide.png">
<ul id="guide">
- <li><a target="_blank" href="<?php bloginfo('template_url');?>/assets/Harbor-Country-Chamber-2017-Visitor-Guide.pdf">View</a></li>
+ <li><a target="_blank" href="<?php bloginfo('template_url');?>/assets/chamber-guide.pdf">View</a></li>
<li><a href="<?php echo get_permalink(260);?>">Order</a></li>
</ul>
</div>
Author: Gaslight Media
Author URI: http://www.gaslightmedia.com
Description: A theme for HarborCountry
-Version: 1.0.23
+Version: 1.0.24
*/