added favicon
authorIan Weller <ian@gaslightmedia.com>
Thu, 19 May 2016 19:03:22 +0000 (15:03 -0400)
committerIan Weller <ian@gaslightmedia.com>
Thu, 19 May 2016 19:03:22 +0000 (15:03 -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..1cd04d9
Binary files /dev/null and b/favicon.ico differ
index ebe975e..14eb559 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.2">
+      <link rel="shortcut icon" href="<?php echo bloginfo('template_url'); ?>/favicon.ico">
     <link href='http://fonts.googleapis.com/css?family=Roboto+Slab:400,700' rel='stylesheet' type='text/css'>
     <link href='http://fonts.googleapis.com/css?family=Lobster+Two:700,700italic' rel='stylesheet' type='text/css'>
     <link href='http://fonts.googleapis.com/css?family=Josefin+Sans:400,700' rel='stylesheet' type='text/css'>
index 572a243..3583d91 100644 (file)
--- a/style.css
+++ b/style.css
@@ -3,5 +3,5 @@ Theme Name: EmmetCountyFair
 Author: Gaslight Media
 Author URI: http://www.gaslightmedia.com
 Description: A theme for EmmetCountyFair
-Version: 1.0.19
+Version: 1.0.20
 */