I updated th version number of the theme and the call number for the
styles. I also added the new logo to the assets folder that I have also
added to the Elk Lake Tool sites (Mine, dev55, and I logged into the
live to add it as well).
<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 echo get_stylesheet_directory_uri() ; ?>/css/app.css">
+ <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.0.1">
<link rel="shortcut icon" href="<?php echo esc_url( get_template_directory_uri() ) ;?>/favicon.ico">
<link href='https://fonts.googleapis.com/css?family=Lato:400,400italic,700' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Alice' rel='stylesheet' type='text/css'>
Author: Gaslight Media
Author URI: http://www.gaslightmedia.com
Description: A made for ElkLakeTool
-Version: 1.0.0
+Version: 1.0.1
*/