adding favicon
authorIan Weller <ian@gaslightmedia.com>
Thu, 19 May 2016 15:58:24 +0000 (11:58 -0400)
committerIan Weller <ian@gaslightmedia.com>
Thu, 19 May 2016 15:58:24 +0000 (11:58 -0400)
favicon.ico [new file with mode: 0644]
header.php

diff --git a/favicon.ico b/favicon.ico
new file mode 100644 (file)
index 0000000..f946e57
Binary files /dev/null and b/favicon.ico differ
index c4cb1b3..999db9c 100755 (executable)
@@ -7,6 +7,7 @@
     <title><?php wp_title(); ?></title>
     <?php wp_head();?>
     <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.1.2" />
+      <link rel="shortcut icon" href="<?php bloginfo('template_url'); ?>/favicon.ico">
     <link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
   </head>
   <body>