<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.18">
+ <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">-->
<link href='//fonts.googleapis.com/css?family=Open+Sans:400,400italic,700' rel='stylesheet' type='text/css'>
<link href='//fonts.googleapis.com/css?family=Kaushan+Script' rel='stylesheet' type='text/css'>
<div id="top" class="row collapse">
<div class="large-4 columns show-for-large-up social">
<a target="_blank" href="https://www.facebook.com/TrueNorthGolfClub/"><img alt="Facebook" src="<?php bloginfo('template_url'); ?>/assets/facebook-icon.png"></a>
+ <a target="_blank" href="https://www.instagram.com/truenorthgolfclub/"><img alt="instagram" src="<?php bloginfo('template_url'); ?>/assets/instagram.png"></a>
+ <a target="_blank" href="https://twitter.com/TrueNorthGolf"><img alt="twitter" src="<?php bloginfo('template_url'); ?>/assets/twitter.png"></a>
+ <a target="_blank" href="https://www.linkedin.com/company/true-north-golf-club/"><img alt="linkedin" src="<?php bloginfo('template_url'); ?>/assets/linkedin.png"></a>
<?php $newsPage = get_post(5158);?>
<?php if($newsPage):?>
<a href="<?php echo get_page_link($newsPage->ID);?>"><img alt="Blog" src="<?php bloginfo('template_url'); ?>/assets/blog-icon.png"></a>