added favicon
authorIan Weller <ian@gaslightmedia.com>
Thu, 19 May 2016 19:16:25 +0000 (15:16 -0400)
committerIan Weller <ian@gaslightmedia.com>
Thu, 19 May 2016 19:16:25 +0000 (15:16 -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..57f9f85
Binary files /dev/null and b/favicon.ico differ
index b50521c..5a2143c 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.5" />
+        <link rel="shortcut icon" href="<?php bloginfo('template_url'); ?>/favicon.ico">
         <link href='http://fonts.googleapis.com/css?family=Open+Sans:400,300,700' rel='stylesheet' type='text/css'>
         <link href='http://fonts.googleapis.com/css?family=Lato:400,700' rel='stylesheet' type='text/css'>
     </head>
index a8e72a3..0e8549f 100755 (executable)
--- a/style.css
+++ b/style.css
@@ -3,5 +3,5 @@ Theme Name: Emmet County Recycling
 Author: Gaslight Media
 Author URI: http://www.gaslightmedia.com
 Description: A theme created for Emmet County's Recycling Center.
-Version: 1.0.1
+Version: 1.1.5
 */