updated stylesheet call number
authorIan Weller <ian@gaslightmedia.com>
Thu, 13 Apr 2017 15:25:41 +0000 (11:25 -0400)
committerIan Weller <ian@gaslightmedia.com>
Thu, 13 Apr 2017 15:25:41 +0000 (11:25 -0400)
I updated the call number for the stylesheet to break any cache versions
of the theme.  The inital chagnes were not being reconized by Chrome
until I changed the number.

header.php

index b73ad90..6600757 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?v=1.0.21">
+    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.0.31">
     <link rel="shortcut icon" href="<?php bloginfo('template_url'); ?>/assets/favicon.ico">
     <link href='http://fonts.googleapis.com/css?family=Open+Sans:400,400italic,700' rel='stylesheet' type='text/css'>
     <link href='http://fonts.googleapis.com/css?family=Crimson+Text:600italic' rel='stylesheet' type='text/css'>