replacing the 'bloginfo' php reference with 'get_stylesheet' php
reference.
<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 bloginfo('template_url'); ?>/favicon.ico">
+ <link rel="shortcut icon" href="<?php echo get_stylesheet_directory_uri() ; ?>/favicon.ico">
<link href="https://fonts.googleapis.com/css?family=Lato:400,700" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Cinzel" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=PT+Serif:400,400i" rel="stylesheet">
Author: Gaslight Media
Author URI: http://www.gaslightmedia.com
Description: A theme for Capstone
-Version: 1.0.5
+Version: 1.0.6
*/