cache buster for style sheet
authorSteve Sutton <steve@gaslightmedia.com>
Thu, 29 Jan 2015 20:49:56 +0000 (15:49 -0500)
committerSteve Sutton <steve@gaslightmedia.com>
Thu, 29 Jan 2015 20:49:56 +0000 (15:49 -0500)
header.php

index ede3ebe..d21daef 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=2" />
+    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=3" />
     <link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
   </head>
   <body>