Adding favicon
authorSteve Sutton <steve@gaslightmedia.com>
Thu, 4 Feb 2016 17:21:37 +0000 (12:21 -0500)
committerSteve Sutton <steve@gaslightmedia.com>
Thu, 4 Feb 2016 17:21:37 +0000 (12:21 -0500)
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..4251c47
Binary files /dev/null and b/favicon.ico differ
index 910d752..4d63040 100644 (file)
@@ -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?v=1">
+    <link rel="shortcut icon" href="<?php echo get_stylesheet_directory_uri() ; ?>/favicon.ico?v=1">
     <link href='http://fonts.googleapis.com/css?family=Open+Sans:400,400italic,700' rel='stylesheet' type='text/css'>
     <?php wp_head(); ?>
   </head>
index 81eb08c..eb5c6e5 100644 (file)
--- a/style.css
+++ b/style.css
@@ -3,5 +3,5 @@ Theme Name: OtsegoCounty
 Author: Gaslight Media
 Author URI: http://www.gaslightmedia.com
 Description: A theme for OtsegoCounty
-Version: 1.0.4
+Version: 1.0.5
 */