Stylesheet cache bust
authorLaury GvR <laury@gaslightmedia.com>
Wed, 6 Jun 2018 16:33:38 +0000 (12:33 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Wed, 6 Jun 2018 16:33:38 +0000 (12:33 -0400)
header.php

index bbb3b9d..549722d 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() ; ?>/assets/favicon.png?v1.0.0">
-    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.0.0.3">
+    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.0.0.4">
     <link href="https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700" rel="stylesheet">
     <link href="https://fonts.googleapis.com/css?family=Fondamento" rel="stylesheet">
     <?php wp_head(); ?>