From e772d85ca467834bcd883210c1c35a1bb35ec821 Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Mon, 20 Nov 2017 16:18:40 -0500 Subject: [PATCH] Reducing the frontpage blogfeed cycle speed --- functions.php | 2 +- parts/header-meta.php | 2 +- style.css | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/functions.php b/functions.php index 3728bb9..06173c7 100644 --- a/functions.php +++ b/functions.php @@ -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 diff --git a/parts/header-meta.php b/parts/header-meta.php index a1b9cd0..b03d488 100644 --- a/parts/header-meta.php +++ b/parts/header-meta.php @@ -2,7 +2,7 @@ <?php wp_title(); ?> - + diff --git a/style.css b/style.css index 4b55888..30e913f 100644 --- 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 */ -- 2.17.1