Cache-busting stylesheet
authorLaury GvR <laury@gaslightmedia.com>
Wed, 7 Feb 2018 15:31:21 +0000 (10:31 -0500)
committerLaury GvR <laury@gaslightmedia.com>
Wed, 7 Feb 2018 15:31:21 +0000 (10:31 -0500)
header.php

index 16b1403..34e53a4 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.ico">
-    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.0.0">
+    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.0.0.1">
     <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(); ?>