updating stylesheet number and call number
authorIan Weller <ian@gaslightmedia.com>
Mon, 17 Apr 2017 16:16:15 +0000 (12:16 -0400)
committerIan Weller <ian@gaslightmedia.com>
Mon, 17 Apr 2017 16:16:15 +0000 (12:16 -0400)
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).

assets/Logo-elt_v2.png [new file with mode: 0644]
header.php
style.css

diff --git a/assets/Logo-elt_v2.png b/assets/Logo-elt_v2.png
new file mode 100644 (file)
index 0000000..0da8649
Binary files /dev/null and b/assets/Logo-elt_v2.png differ
index 8b262f6..7e69371 100644 (file)
@@ -4,7 +4,7 @@
     <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'>
index 692aa68..583c963 100644 (file)
--- a/style.css
+++ b/style.css
@@ -3,5 +3,5 @@ Theme Name: ElkLakeTool
 Author: Gaslight Media
 Author URI: http://www.gaslightmedia.com
 Description: A made for ElkLakeTool
-Version: 1.0.0
+Version: 1.0.1
 */