changing out the footer video embed url
authorAnthony Talarico <talarico@gaslightmedia.com>
Wed, 4 Oct 2017 17:05:30 +0000 (13:05 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Wed, 4 Oct 2017 17:05:30 +0000 (13:05 -0400)
replacing the footer video youtube url

front-page.php
header.php
package.json
style.css

index 2cf1208..dd747f7 100644 (file)
@@ -21,7 +21,7 @@
         </div>
         <?php get_template_part('parts/blog-feed-front');?>
         <div id="video">
-            <iframe width="560" height="315" src="https://www.youtube.com/embed/JWY2C8Z6d1g?rel=0" frameborder="0" allowfullscreen></iframe>
+            <iframe width="560" height="315" src="https://www.youtube.com/embed/81t8MeDHwlI?rel=0" frameborder="0" allowfullscreen></iframe>
         </div>
     </div>
 <?php get_footer(); ?>
index fa76bc7..fcc6c60 100644 (file)
@@ -6,7 +6,7 @@
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <title><?php wp_title(); ?></title>
     <link rel="shortcut icon" href="<?php echo get_stylesheet_directory_uri() ; ?>/favicon.ico">
-    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=0.0.2">
+    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.0.2">
     <link href='//fonts.googleapis.com/css?family=Open+Sans:400,400italic,700' rel='stylesheet' type='text/css'>
 <!--    <link href='http://fonts.googleapis.com/css?family=Crimson+Text:600italic' rel='stylesheet' type='text/css'>-->
     <?php wp_head(); ?>
index 278cbb3..aad1e5a 100644 (file)
@@ -10,5 +10,9 @@
     "grunt-contrib-uglify": "~0.7.0",
     "grunt-contrib-concat": "~0.5.0",
     "grunt-contrib-copy": "~0.7.0"
+  },
+  "dependencies": {
+    "request": "~2.81.0",
+    "node-sass": "~4.5.3"
   }
-}
\ No newline at end of file
+}
index cdbdb7d..c005752 100644 (file)
--- a/style.css
+++ b/style.css
@@ -3,5 +3,5 @@ Theme Name: GaylordCVB
 Author: Gaslight Media
 Author URI: http://www.gaslightmedia.com
 Description: A theme for GaylordCVB
-Version: 1.0.1
+Version: 1.0.2
 */