From: Laury GvR Date: Mon, 20 Nov 2017 21:18:40 +0000 (-0500) Subject: Reducing the frontpage blogfeed cycle speed X-Git-Tag: v1.0.8^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=e772d85ca467834bcd883210c1c35a1bb35ec821;p=WP-Themes%2Fmichigantrailmaps.git Reducing the frontpage blogfeed cycle speed --- 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 */