added favicon
authorIan Weller <ian@gaslightmedia.com>
Thu, 19 May 2016 16:31:59 +0000 (12:31 -0400)
committerIan Weller <ian@gaslightmedia.com>
Thu, 19 May 2016 16:31:59 +0000 (12:31 -0400)
assets/core-partner-logos.jpg [changed mode: 0755->0644]
favicon.ico [new file with mode: 0644]
header.php
style.css

old mode 100755 (executable)
new mode 100644 (file)
diff --git a/favicon.ico b/favicon.ico
new file mode 100644 (file)
index 0000000..ca09c5e
Binary files /dev/null and b/favicon.ico differ
index 433b992..1b23eb5 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">
+      <link rel="shortcut icon" href="<?php echo get_template_directory_uri(); ?>/favicon.ico">
     <link href='http://fonts.googleapis.com/css?family=Open+Sans:400,400italic,700' rel='stylesheet' type='text/css'>
     <?php wp_head(); ?>
   </head>
index b930720..c726040 100644 (file)
--- a/style.css
+++ b/style.css
@@ -3,5 +3,5 @@ Theme Name: NLEA
 Author: Gaslight Media
 Author URI: http://www.gaslightmedia.com
 Description: A theme for NLEA
-Version: 1.0.12
+Version: 1.0.13
 */