Updated css version number to ensure refresh.
authorLaury GvR <laury@gaslightmedia.com>
Tue, 21 Apr 2015 15:37:36 +0000 (11:37 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Tue, 21 Apr 2015 15:37:36 +0000 (11:37 -0400)
header.php

index 8762398..5ac3925 100644 (file)
@@ -21,7 +21,7 @@
             echo wp_title( ' | ', 'false', 'right' ); bloginfo( 'name' );
         } ?></title>
 
-        <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css" />
+        <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.01" />
 
         <link rel="icon" href="<?php echo get_stylesheet_directory_uri() ; ?>/assets/img/icons/favicon.ico" type="image/x-icon">
         <link rel="apple-touch-icon-precomposed" sizes="144x144" href="<?php echo get_stylesheet_directory_uri() ; ?>/assets/img/icons/apple-touch-icon-144x144-precomposed.png">