added favicon
authorAnthony Talarico <talarico@gaslightmedia.com>
Thu, 31 Aug 2017 18:15:04 +0000 (14:15 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Thu, 31 Aug 2017 18:15:04 +0000 (14:15 -0400)
added new favicon to theme

favicon.ico [new file with mode: 0755]
parts/header-meta.php

diff --git a/favicon.ico b/favicon.ico
new file mode 100755 (executable)
index 0000000..82f204a
Binary files /dev/null and b/favicon.ico differ
index 8fa8cc9..ca6aeae 100644 (file)
@@ -4,7 +4,8 @@
     <meta http-equiv="X-UA-Compatible" content="IE=10">
     <title><?php wp_title(); ?></title>
     <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css">
-        <link href="https://fonts.googleapis.com/css?family=Roboto+Slab:400,700" rel="stylesheet">
-     <link href="https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700" rel="stylesheet">
+    <link rel="shortcut icon" href="<?php echo get_stylesheet_directory_uri(); ?>/favicon.ico">
+    <link href="https://fonts.googleapis.com/css?family=Roboto+Slab:400,700" rel="stylesheet">
+    <link href="https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700" rel="stylesheet">
     <?php wp_head(); ?>
 </head>
\ No newline at end of file