Replaced favicon reference to png, not ico
authorLaury GvR <laury@gaslightmedia.com>
Thu, 7 Jul 2016 18:10:43 +0000 (14:10 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Thu, 7 Jul 2016 18:10:43 +0000 (14:10 -0400)
header.php

index fc78b42..1df9320 100644 (file)
@@ -6,7 +6,7 @@
      <title>Chippewa County EDC</title>
       <title><?php wp_title(); ?></title> 
     <?php wp_head();?>
-        <link rel="shortcut icon" href="<?php bloginfo('template_url'); ?>/assets/favicon.ico">
+        <link rel="shortcut icon" href="<?php bloginfo('template_url'); ?>/assets/favicon.png">
        <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css" />
  </head>
  <body>