Css cache busted
authorLaury GvR <laury@gaslightmedia.com>
Tue, 12 Apr 2016 19:05:19 +0000 (15:05 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Tue, 12 Apr 2016 19:05:19 +0000 (15:05 -0400)
header.php

index 060520c..a111b73 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=0.1">
     <link href='https://fonts.googleapis.com/css?family=Lato:400,300,700,400italic' rel='stylesheet' type='text/css'>
     <?php wp_head(); ?>
   </head>