add favicon
authorSteve Sutton <steve@gaslightmedia.com>
Fri, 15 Jan 2016 16:21:12 +0000 (11:21 -0500)
committerSteve Sutton <steve@gaslightmedia.com>
Fri, 15 Jan 2016 16:21:12 +0000 (11:21 -0500)
favicon.ico [new file with mode: 0755]
header.php
style.css

diff --git a/favicon.ico b/favicon.ico
new file mode 100755 (executable)
index 0000000..69a1f4f
Binary files /dev/null and b/favicon.ico differ
index b5d0a06..5aee73c 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_stylesheet_directory_uri() ; ?>/favicon.ico?v=2">
 <!--
     <link href='http://fonts.googleapis.com/css?family=Open+Sans:400,400italic,700' rel='stylesheet' type='text/css'>
     <link href='http://fonts.googleapis.com/css?family=Crimson+Text:600italic' rel='stylesheet' type='text/css'>
@@ -24,7 +25,7 @@
                                     </section>
                                 </nav>
                             </div>
-                            
+
                                 <div id="about" class="small-6 medium-6 large-4 text-right columns show-for-small-up">
                                     <nav class="top-bar" data-topbar role="navigation">
                                         <section class="top-bar-section">
@@ -32,9 +33,9 @@
                                         </section>
 
                                     </nav>
-                                </div> 
-                         
-            
+                                </div>
+
+
                             <div class="right social small-12 large-4 columns show-for-large-up">
                                 <ul class="social right">
                                     <li id="linkHome"><a href="<?php bloginfo('url'); ?>"> Home </a></li>
index 45b806d..2ca08db 100644 (file)
--- a/style.css
+++ b/style.css
@@ -3,5 +3,5 @@ Theme Name: Staffords
 Author: Gaslight Media
 Author URI: http://www.gaslightmedia.com
 Description: A theme for Staffords
-Version: 1.0.3
+Version: 1.0.4
 */