Css style cache busting
authorLaury GvR <laury@gaslightmedia.com>
Tue, 11 Sep 2018 18:58:45 +0000 (14:58 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Tue, 11 Sep 2018 18:58:45 +0000 (14:58 -0400)
header.php

index f561d17..cd57429 100644 (file)
@@ -5,7 +5,7 @@
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <title><?php wp_title(); ?></title>
     <link rel="shortcut icon" href="<?php echo get_stylesheet_directory_uri() ; ?>/favicon.ico?v=1.0">
-    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=0.0.0.3">
+    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=0.0.0.4">
     <link href='//fonts.googleapis.com/css?family=Josefin+Sans:400,600,700' rel='stylesheet' type='text/css'>
     <?php wp_head(); ?>
   </head>