Added favicon
authorLaury GvR <laury@gaslightmedia.com>
Thu, 7 Jul 2016 18:06:17 +0000 (14:06 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Thu, 7 Jul 2016 18:06:17 +0000 (14:06 -0400)
assets/favicon.png [new file with mode: 0644]
header.php

diff --git a/assets/favicon.png b/assets/favicon.png
new file mode 100644 (file)
index 0000000..0816ee3
Binary files /dev/null and b/assets/favicon.png differ
index 962f256..fc78b42 100644 (file)
@@ -6,6 +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="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css" />
  </head>
  <body>