changing the sources to use https
authorAnthony Talarico <talarico@gaslightmedia.com>
Wed, 7 Mar 2018 20:17:44 +0000 (15:17 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Wed, 7 Mar 2018 20:17:44 +0000 (15:17 -0500)
changing external sources to use https

footer.php
header.php
style.css

index 471e8cb..a679413 100644 (file)
@@ -44,7 +44,7 @@
       </div><!--End of off-canvas-->
   <?php wp_footer();?>
 <script charset="utf-8" type="text/javascript">var switchTo5x=true;</script>
-<script charset="utf-8" type="text/javascript" src="http://w.sharethis.com/button/buttons.js"></script>
+<script charset="utf-8" type="text/javascript" src="https://ws.sharethis.com/button/buttons.js"></script>
 <script charset="utf-8" type="text/javascript">stLight.options({"publisher":"wp.c3d3647e-de70-4780-b71d-6b739fad685a"});var st_type="wordpress4.3.1";</script>
   </body>
 </html>
index 59b4045..813a854 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=1.0.13">
+    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.0.14">
     <link rel="shortcut icon" href="<?php echo get_template_directory_uri(); ?>/favicon.ico">
     <?php wp_head(); ?>
     <!-- Facebook Pixel Code -->
index 0362df0..6e22e36 100644 (file)
--- a/style.css
+++ b/style.css
@@ -3,5 +3,5 @@ Theme Name: ParrotsLanding
 Author: Gaslight Media
 Author URI: http://www.gaslightmedia.com
 Description: A theme for ParrotsLanding
-Version: 1.0.13
+Version: 1.0.14
 */