comment out the favicon
authorIan Weller <ian@gaslightmedia.com>
Wed, 25 Jan 2017 14:29:37 +0000 (09:29 -0500)
committerIan Weller <ian@gaslightmedia.com>
Wed, 25 Jan 2017 14:29:37 +0000 (09:29 -0500)
I commented out the favicon for now.

parts/header-meta.php

index 9443119..48b1d33 100644 (file)
@@ -3,7 +3,7 @@
     <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">
-    <link rel="shortcut icon" href="<?php echo get_template_directory_uri(); ?>/assets/favicon.ico">
+<!--    <link rel="shortcut icon" href="<?php echo get_template_directory_uri(); ?>/assets/favicon.ico">-->
     <link href="https://fonts.googleapis.com/css?family=Lato:400,400i,700,900" rel="stylesheet">
     <?php wp_head(); ?>
   </head>
\ No newline at end of file