Stylesheet cache busting
authorLaury GvR <laury@gaslightmedia.com>
Wed, 30 May 2018 17:32:12 +0000 (13:32 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Wed, 30 May 2018 17:32:12 +0000 (13:32 -0400)
parts/header-meta.php

index eec1a64..5e521e6 100644 (file)
@@ -2,7 +2,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.0.0">
+    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.0.0.1">
     <link rel="shortcut icon" href="<?php echo get_stylesheet_directory_uri(); ?>/favicon.png">
     <link href="//fonts.googleapis.com/css?family=Playfair+Display:400,700" rel="stylesheet">
     <link href="//fonts.googleapis.com/css?family=Josefin+Sans:400,700" rel="stylesheet">