updated stylesheet number and added favicon
authorIan Weller <ian@gaslightmedia.com>
Tue, 31 May 2016 15:03:35 +0000 (11:03 -0400)
committerIan Weller <ian@gaslightmedia.com>
Tue, 31 May 2016 15:03:35 +0000 (11:03 -0400)
favicon.jpg [new file with mode: 0644]
header.php
style.css

diff --git a/favicon.jpg b/favicon.jpg
new file mode 100644 (file)
index 0000000..e77ef95
Binary files /dev/null and b/favicon.jpg differ
index 28f0099..8fdecaa 100644 (file)
@@ -4,6 +4,7 @@
     <meta charset="utf-8">
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
      <title><?php wp_title(); ?></title>
+     <link rel="shortcut icon" href="<?php echo get_template_directory_uri(); ?>/favicon.ico">
      <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css" />
      <?php wp_head();?>
  </head>
index bf5a13a..cff0df1 100644 (file)
--- a/style.css
+++ b/style.css
@@ -3,5 +3,5 @@ Theme Name: Preston Feather
 Author: Gaslight Media
 Author URI: http://www.gaslightmedia.com
 Description: A theme created for Preston Feather, a business located in Northern Michigan
-Version: 1.0
+Version: 1.0.0
 */
\ No newline at end of file