cache break
authorIan Weller <ian@gaslightmedia.com>
Mon, 5 Jun 2017 17:41:12 +0000 (13:41 -0400)
committerIan Weller <ian@gaslightmedia.com>
Mon, 5 Jun 2017 17:41:12 +0000 (13:41 -0400)
I bumped the version number for the stylesheet to insure the new changes
work.

parts/header-meta.php

index df0f6cb..c975907 100644 (file)
@@ -4,7 +4,7 @@
     <title><?php wp_title(); ?></title>
     <link href="https://fonts.googleapis.com/css?family=Lato:300,400,700" rel="stylesheet">
     <link href="https://fonts.googleapis.com/css?family=Roboto+Slab:400,700" rel="stylesheet">
-    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri(); ?>/css/app.css?v=1.0.13">
+    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri(); ?>/css/app.css?v=1.0.18">
     <link rel="shortcut icon" href="<?php echo get_stylesheet_directory_uri(); ?>/favicon.ico">
     <?php wp_head(); ?>
 </head>