updating favicon call code
authorIan Weller <ian@gaslightmedia.com>
Wed, 28 Dec 2016 14:28:28 +0000 (09:28 -0500)
committerIan Weller <ian@gaslightmedia.com>
Wed, 28 Dec 2016 14:28:28 +0000 (09:28 -0500)
I updated the favicon call code and bumped the version number.

header.php
style.css

index 1eba5e8..b241f21 100755 (executable)
@@ -5,7 +5,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(); ?>/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>
index e0e6285..b4a05a6 100755 (executable)
--- a/style.css
+++ b/style.css
@@ -3,5 +3,5 @@ Theme Name: Tom's Mom's Cookies
 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
 */