Reducing the frontpage blogfeed cycle speed
authorLaury GvR <laury@gaslightmedia.com>
Mon, 20 Nov 2017 21:18:40 +0000 (16:18 -0500)
committerLaury GvR <laury@gaslightmedia.com>
Mon, 20 Nov 2017 21:18:40 +0000 (16:18 -0500)
functions.php
parts/header-meta.php
style.css

index 3728bb9..06173c7 100644 (file)
@@ -170,7 +170,7 @@ function glm_site_scripts()
     wp_enqueue_script('jquery');
     wp_enqueue_script(
         'glm_foundation',
-        get_template_directory_uri() . '/js/app.js',
+        get_template_directory_uri() . '/js/app.js?v=1.0.8',
         'jquery',
         '1.0',
         true
index a1b9cd0..b03d488 100644 (file)
@@ -2,7 +2,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?v=1.0.4">
+    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.0.8">
     <link rel="shortcut icon" href="<?php echo get_stylesheet_directory_uri() ; ?>/favicon.ico">
     <link href='//fonts.googleapis.com/css?family=Open+Sans:400,400italic,700' rel='stylesheet' type='text/css'>
     <link href="//fonts.googleapis.com/css?family=Roboto+Slab:400,700" rel="stylesheet">
index 4b55888..30e913f 100644 (file)
--- a/style.css
+++ b/style.css
@@ -3,5 +3,5 @@ Theme Name: MichiganTrailMaps
 Author: Gaslight Media
 Author URI: http://www.gaslightmedia.com
 Description: A theme for MichiganTrailMaps
-Version: 1.0.7
+Version: 1.0.8
 */