Updating http into https
authorLaury GvR <laury@gaslightmedia.com>
Wed, 8 Nov 2017 15:30:05 +0000 (10:30 -0500)
committerLaury GvR <laury@gaslightmedia.com>
Wed, 8 Nov 2017 15:30:05 +0000 (10:30 -0500)
index.php
parts/header-meta.php

index fb2406c..a18e057 100644 (file)
--- a/index.php
+++ b/index.php
@@ -65,7 +65,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>
\ No newline at end of file
index c43d4ed..6069d3d 100644 (file)
@@ -4,9 +4,9 @@
     <title><?php wp_title(); ?></title>
     <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.0.2">
     <link rel="shortcut icon" href="<?php echo get_stylesheet_directory_uri() ; ?>/favicon.ico">
-    <link href='http://fonts.googleapis.com/css?family=Open+Sans:400,400italic,700' rel='stylesheet' type='text/css'>
-    <link href="https://fonts.googleapis.com/css?family=Roboto+Slab:400,700" rel="stylesheet">
-    <link href="https://fonts.googleapis.com/css?family=Anton" rel="stylesheet">
+    <link href='//fonts.googleapis.com/css?family=Open+Sans:400,400italic,700' rel='stylesheet' type='text/css'>
+    <link href="//fonts.googleapis.com/css?family=Roboto+Slab:400,700" rel="stylesheet">
+    <link href="//fonts.googleapis.com/css?family=Anton" rel="stylesheet">
     <?php wp_head(); ?>
     <?php
         global $woocommerce;