adding favicon
authorIan Weller <ian@gaslightmedia.com>
Thu, 19 May 2016 13:17:48 +0000 (09:17 -0400)
committerIan Weller <ian@gaslightmedia.com>
Thu, 19 May 2016 13:17:48 +0000 (09:17 -0400)
favicon.ico [new file with mode: 0644]
header.php
style.css

diff --git a/favicon.ico b/favicon.ico
new file mode 100644 (file)
index 0000000..46e234b
Binary files /dev/null and b/favicon.ico differ
index 4bbd1b0..cd6fc02 100755 (executable)
@@ -7,6 +7,7 @@
     <title><?php wp_title(); ?></title>
     <?php wp_head();?>
     <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.1.2" />
+      <link rel="shortcut icon" href="<?php bloginfo('template_url'); ?>/favicon.ico">
     <link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
   </head>
   <body>
index 6490108..0840267 100755 (executable)
--- a/style.css
+++ b/style.css
@@ -3,5 +3,5 @@ Theme Name: Muer Kitchens
 Author: Gaslight Media
 Author URI: http://www.gaslightmedia.com
 Description: A theme created for Muer Kitchens.
-Version: 1.0.10
+Version: 1.0.13
 */