Stylesheet, js & version bump
authorLaury GvR <laury@gaslightmedia.com>
Wed, 23 Jan 2019 17:56:26 +0000 (12:56 -0500)
committerLaury GvR <laury@gaslightmedia.com>
Wed, 23 Jan 2019 17:56:26 +0000 (12:56 -0500)
functions.php
header.php
style.css

index aa939e5..2ca191c 100644 (file)
@@ -126,7 +126,7 @@ function glm_site_scripts()
         'glm_foundation',
         get_template_directory_uri() . '/js/app.js',
         'jquery',
-        '1.0',
+        '2.0.28',
         true
     );
     if(is_front_page()) {
index 720fba6..f37e05c 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?v=2.0.25">
+    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri(); ?>/css/app.css?v=2.0.28">
       <link rel="shortcut icon" href="<?php echo bloginfo('template_url'); ?>/favicon.ico">
     <link href='https://fonts.googleapis.com/css?family=Roboto+Slab:400,700' rel='stylesheet' type='text/css'>
     <link href='https://fonts.googleapis.com/css?family=Lobster+Two:700,700italic' rel='stylesheet' type='text/css'>
index 41a7b6f..6cb9674 100644 (file)
--- a/style.css
+++ b/style.css
@@ -3,5 +3,5 @@ Theme Name: Gaylord Alpenfest
 Author: Gaslight Media
 Author URI: http://www.gaslightmedia.com
 Description: A theme for Gaylord Alpenfest
-Version: 2.0.27
+Version: 2.0.28
 */