cache for css
authorSteve Sutton <steve@gaslightmedia.com>
Mon, 14 Dec 2015 18:33:38 +0000 (13:33 -0500)
committerSteve Sutton <steve@gaslightmedia.com>
Mon, 14 Dec 2015 18:33:38 +0000 (13:33 -0500)
header.php

index 101db5c..b55a3f9 100644 (file)
@@ -4,7 +4,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">
+    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=0.0.1">
     <link href='http://fonts.googleapis.com/css?family=Open+Sans:400,400italic,700' rel='stylesheet' type='text/css'>
     <link href='http://fonts.googleapis.com/css?family=Crimson+Text:600italic' rel='stylesheet' type='text/css'>
     <?php wp_head(); ?>
@@ -30,7 +30,7 @@
             }
         }
     </style>
-      
+
   </head>
   <body>
       <div class="off-canvas-wrap" data-offcanvas>
@@ -70,4 +70,4 @@
                 <?php } else { ?>
                     <?php get_template_part('parts/top-bar');?>
                     <?php get_template_part('parts/off-canvas-menu');?>
-                <?php } ?>
\ No newline at end of file
+                <?php } ?>