adding favicon and bumping stylesheet number
authorIan Weller <ian@gaslightmedia.com>
Wed, 18 May 2016 18:10:30 +0000 (14:10 -0400)
committerIan Weller <ian@gaslightmedia.com>
Wed, 18 May 2016 18:10:30 +0000 (14:10 -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..c791568
Binary files /dev/null and b/favicon.ico differ
index 943afd9..77448f2 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,700' rel='stylesheet' type='text/css'>
     <link href='http://fonts.googleapis.com/css?family=Josefin+Slab:700' rel='stylesheet' type='text/css'>
     <link href='http://fonts.googleapis.com/css?family=Cinzel' rel='stylesheet' type='text/css'>
index 13cd702..fbac3a7 100644 (file)
--- a/style.css
+++ b/style.css
@@ -3,5 +3,5 @@ Theme Name: Headlands International Dark Sky Park
 Author: Gaslight Media
 Author URI: http://www.gaslightmedia.com
 Description: A theme made for Emmet County's Dark Sky Park
-Version: 1.1.11
+Version: 1.1.12
 */
\ No newline at end of file