updating front page youtube video embed link
authorAnthony Talarico <talarico@gaslightmedia.com>
Tue, 31 Jul 2018 18:38:58 +0000 (14:38 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Tue, 31 Jul 2018 18:38:58 +0000 (14:38 -0400)
swapping the youtube embed url on the front page

parts/header-meta.php
sections/front-page.php
style.css

index c80826e..75ae1e6 100644 (file)
@@ -2,7 +2,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=1.0.7">
+    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.0.9">
     <link rel="shortcut icon" href="<?php echo get_stylesheet_directory_uri() ; ?>/favicon.ico">
     <?php wp_head(); ?>
 </head>
\ No newline at end of file
index d258cd0..e1c69ce 100644 (file)
@@ -8,7 +8,7 @@
         </div>
         <div id="video" class="text-center">
 <!--            <a><img src="<?php bloginfo('template_url');?>/assets/video-fpo.jpg"></a>-->
-            <iframe id="butterfly-video" src="https://www.youtube.com/embed/g751oJxJieY" frameborder="0" allowfullscreen></iframe>
+            <iframe id="butterfly-video" src="https://www.youtube.com/embed/oHnNkjWwUQU" frameborder="0" allowfullscreen></iframe>
         </div>
         <div id="shop-row" class="row">
             <?php get_template_part('parts/glm-blocks');?>
index 5e219ab..bab3598 100644 (file)
--- a/style.css
+++ b/style.css
@@ -3,5 +3,5 @@ Theme Name: OriginalButterflyHouse
 Author: Gaslight Media
 Author URI: http://www.gaslightmedia.com
 Description: A theme made for OringinalButterflyHouse
-Version: 1.0.8
+Version: 1.0.9
 */