I updated the favicon call code and bumped the version number.
<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(); ?>/favicon.ico">
+ <link rel="shortcut icon" href="<?php echo get_stylesheet_directory_uri(); ?>/favicon.ico">
<link href='//fonts.googleapis.com/css?family=Emilys+Candy' rel='stylesheet' type='text/css'>
<?php wp_head();?>
</head>
Author: Gaslight Media
Author URI: http://www.gaslightmedia.com
Description: A theme made for Tom's Mom's Cookies.
-Version: 1.0.18
+Version: 1.0.19
*/