Merge branch 'release/1.0.0' v1.0.0
authorIan Weller <ian@gaslightmedia.com>
Tue, 31 May 2016 17:17:19 +0000 (13:17 -0400)
committerIan Weller <ian@gaslightmedia.com>
Tue, 31 May 2016 17:17:19 +0000 (13:17 -0400)
1  2 
header.php

diff --cc header.php
@@@ -7,9 -7,9 +7,10 @@@
  <meta http-equiv="imagetoolbar" content="false">
  
  <?php wp_head();?>
 +<link rel="shortcut icon" href="<?php echo get_template_directory_uri(); ?>/favicon.ico">
  <link rel="stylesheet" href="<?php bloginfo('template_url'); ?>/css/foundation.css" />
  <link type="text/css" rel="stylesheet" href="<?php echo get_template_directory_uri();?>/qs.css">
+ <link rel="shortcut icon" href="<?php echo get_template_directory_uri(); ?>/favicon.ico">
  <link type="text/css" rel="stylesheet" href="<?php echo get_stylesheet_uri();?>">
  <!-- Google Analytics Code -->
  </head>