From ed8f4ecf4959b8aea9acdbf7841bac2cf999035d Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Wed, 4 Oct 2017 13:05:30 -0400 Subject: [PATCH] changing out the footer video embed url replacing the footer video youtube url --- front-page.php | 2 +- header.php | 2 +- package.json | 6 +++++- style.css | 2 +- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/front-page.php b/front-page.php index 2cf1208..dd747f7 100644 --- a/front-page.php +++ b/front-page.php @@ -21,7 +21,7 @@
- +
diff --git a/header.php b/header.php index fa76bc7..fcc6c60 100644 --- a/header.php +++ b/header.php @@ -6,7 +6,7 @@ <?php wp_title(); ?> - + diff --git a/package.json b/package.json index 278cbb3..aad1e5a 100644 --- a/package.json +++ b/package.json @@ -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 +} diff --git a/style.css b/style.css index cdbdb7d..c005752 100644 --- 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 */ -- 2.17.1