Update http calls to // for ssl
authorSteve Sutton <steve@gaslightmedia.com>
Thu, 28 Apr 2016 13:59:31 +0000 (09:59 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Thu, 28 Apr 2016 13:59:31 +0000 (09:59 -0400)
footer.php
header.php
style.css

index d39f127..a033ac7 100644 (file)
@@ -19,8 +19,8 @@
         </div><!--End of inner-wrap-->
       </div><!--End of off-canvas-->
   <?php wp_footer();?>
-  </body>
     <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="//w.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.4.1";</script>
+  </body>
 </html>
index bebfb5c..c15eb62 100644 (file)
@@ -5,7 +5,7 @@
     <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.2">
-    <link href='http://fonts.googleapis.com/css?family=Open+Sans:400,400italic,700' rel='stylesheet' type='text/css'>
+    <link href='//fonts.googleapis.com/css?family=Open+Sans:400,400italic,700' rel='stylesheet' type='text/css'>
     <?php wp_head(); ?>
   </head>
   <body>
index 182fde5..2f7a8f7 100644 (file)
--- a/style.css
+++ b/style.css
@@ -3,5 +3,5 @@ Theme Name: jollylama
 Author: Gaslight Media
 Author URI: http://www.gaslightmedia.com
 Description: A theme for jollylama
-Version: 1.0.2
+Version: 1.0.3
 */