adding favicon
authorIan Weller <ian@gaslightmedia.com>
Mon, 5 Dec 2016 15:14:56 +0000 (10:14 -0500)
committerIan Weller <ian@gaslightmedia.com>
Mon, 5 Dec 2016 15:14:56 +0000 (10:14 -0500)
I added the favicon to develop

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

diff --git a/favicon.ico b/favicon.ico
new file mode 100644 (file)
index 0000000..ec7ff3f
Binary files /dev/null and b/favicon.ico differ
index 4d68a55..067d8df 100644 (file)
@@ -3,5 +3,6 @@
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <title><?php wp_title(); ?></title>
     <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.0">
+    <link rel="shortcut icon" href="<?php echo get_stylesheet_directory_uri() ; ?>/favicon.ico">
     <?php wp_head(); ?>
 </head>
\ No newline at end of file