Update url for the favicon
authorSteve Sutton <steve@gaslightmedia.com>
Tue, 27 Dec 2016 17:25:48 +0000 (12:25 -0500)
committerSteve Sutton <steve@gaslightmedia.com>
Tue, 27 Dec 2016 17:25:48 +0000 (12:25 -0500)
We'll use get_stylesheet_directory_uri because it checks for ssl.

parts/header-meta.php
style.css

index 81c62fd..1af1812 100644 (file)
@@ -4,7 +4,7 @@
     <title><?php wp_title(); ?></title>
     <link href="https://fonts.googleapis.com/css?family=Lato:300,400,700" rel="stylesheet">
     <link href="https://fonts.googleapis.com/css?family=Roboto+Slab:400,700" rel="stylesheet">
-    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.0.4">
-    <link rel="shortcut icon" href="<?php echo bloginfo('template_url'); ?>/favicon.ico">
+    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri(); ?>/css/app.css?v=1.0.4">
+    <link rel="shortcut icon" href="<?php echo get_stylesheet_directory_uri(); ?>/favicon.ico">
     <?php wp_head(); ?>
-</head>
\ No newline at end of file
+</head>
index 91da4a1..743b4cb 100644 (file)
--- a/style.css
+++ b/style.css
@@ -3,5 +3,5 @@ Theme Name: HarborCountry
 Author: Gaslight Media
 Author URI: http://www.gaslightmedia.com
 Description: A theme for HarborCountry
-Version: 1.0.6
+Version: 1.0.7
 */