We'll use get_stylesheet_directory_uri because it checks for ssl.
<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>
Author: Gaslight Media
Author URI: http://www.gaslightmedia.com
Description: A theme for HarborCountry
-Version: 1.0.6
+Version: 1.0.7
*/