breaking style cache
authorIan Weller <ian@gaslightmedia.com>
Tue, 31 May 2016 15:12:13 +0000 (11:12 -0400)
committerIan Weller <ian@gaslightmedia.com>
Tue, 31 May 2016 15:12:13 +0000 (11:12 -0400)
header.php

index 8fdecaa..c467754 100644 (file)
@@ -4,8 +4,8 @@
     <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.1" />
      <link rel="shortcut icon" href="<?php echo get_template_directory_uri(); ?>/favicon.ico">
-     <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css" />
      <?php wp_head();?>
  </head>
  <body>