cache bust css
authorSteve Sutton <steve@gaslightmedia.com>
Thu, 29 Jan 2015 21:29:40 +0000 (16:29 -0500)
committerSteve Sutton <steve@gaslightmedia.com>
Thu, 29 Jan 2015 21:29:40 +0000 (16:29 -0500)
header.php

index d21daef..10d0d33 100755 (executable)
@@ -6,7 +6,7 @@
     <title>Grey Gables Restaurant</title>
     <title><?php wp_title(); ?></title>
     <?php wp_head();?>
-    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=3" />
+    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.1.1" />
     <link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
   </head>
   <body>