changing the embedded video in the footer
authorAnthony Talarico <talarico@gaslightmedia.com>
Mon, 9 Oct 2017 17:59:45 +0000 (13:59 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Mon, 9 Oct 2017 17:59:45 +0000 (13:59 -0400)
changing the link in the footer, replacing the url to the iframe

front-page.php
header.php
style.css

index dd747f7..3e68712 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/81t8MeDHwlI?rel=0" frameborder="0" allowfullscreen></iframe>
+            <iframe width="560" height="315" src="https://www.youtube.com/embed/zgJLimurjQ8?rel=0" frameborder="0" allowfullscreen></iframe>
         </div>
     </div>
 <?php get_footer(); ?>
index fcc6c60..10413c7 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=1.0.2">
+    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.0.3">
     <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 c005752..0691240 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.2
+Version: 1.0.3
 */