fixing favicon code
authorIan Weller <ian@gaslightmedia.com>
Tue, 27 Dec 2016 20:49:12 +0000 (15:49 -0500)
committerIan Weller <ian@gaslightmedia.com>
Tue, 27 Dec 2016 20:49:12 +0000 (15:49 -0500)
I replaced the favicon call.  Also bumped up the version number.

header.php
style.css

index 5123632..82b4b6b 100644 (file)
@@ -4,8 +4,8 @@
     <meta charset="utf-8" />
     <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.1.6">
-      <link rel="shortcut icon" href="<?php echo get_template_directory_uri(); ?>/favicon.ico">
+    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri(); ?>/css/app.css?v=1.1.6">
+      <link rel="shortcut icon" href="<?php echo get_stylesheet_directory_uri(); ?>/favicon.ico">
     <link href='//fonts.googleapis.com/css?family=Open+Sans:400,400italic,700' rel='stylesheet' type='text/css'>
     <?php wp_head(); ?>
   </head>
index e6f11c0..5f535d0 100644 (file)
--- a/style.css
+++ b/style.css
@@ -3,5 +3,5 @@ Theme Name: jollylama
 Author: Gaslight Media
 Author URI: http://www.gaslightmedia.com
 Description: A theme for jollylama
-Version: 1.1.6
+Version: 1.1.7
 */