updated stylesheet number and added favicon
authorIan Weller <ian@gaslightmedia.com>
Tue, 31 May 2016 14:25:00 +0000 (10:25 -0400)
committerIan Weller <ian@gaslightmedia.com>
Tue, 31 May 2016 14:25:00 +0000 (10:25 -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..48fa40e
Binary files /dev/null and b/favicon.ico differ
index 5f30398..28be2d0 100755 (executable)
@@ -5,6 +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 href='//fonts.googleapis.com/css?family=Open+Sans:400,300,700' rel='stylesheet' type='text/css'>
         <link href='http://fonts.googleapis.com/css?family=Alex+Brush' rel='stylesheet' type='text/css'>
         <link href='http://fonts.googleapis.com/css?family=Josefin+Sans&subset=latin,latin-ext' rel='stylesheet' type='text/css'>
index ad81498..b36280e 100755 (executable)
--- a/style.css
+++ b/style.css
@@ -3,5 +3,5 @@ Theme Name: Mackinac Bayview
 Author: Gaslight Media
 Author URI: http://www.gaslightmedia.com
 Description: A theme created for Mackinac Bayview
-Version: 1.1
+Version: 1.1.1
 */