I forgot to add the echo statement to the php call. I went back and fixed
it.
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title><?php wp_title(); ?></title>
- <link rel="stylesheet" href="<?php get_stylesheet_directory_uri(); ?>/css/app.css?v=1.2.34">
- <link rel="shortcut icon" href="<?php get_stylesheet_directory_uri(); ?>/favicon.ico">
+ <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri(); ?>/css/app.css?v=1.2.34">
+ <link rel="shortcut icon" href="<?php echo get_stylesheet_directory_uri(); ?>/favicon.ico">
<link href='//fonts.googleapis.com/css?family=Balthazar' rel='stylesheet' type='text/css'>
<?php wp_head();?>
</head>
Author: Gaslight Media
Author URI: http://www.gaslightmedia.com
Description: A theme created for Gilmore Car Museum.
-Version: 1.2.35
+Version: 1.2.36
*/