Resources now using https. Sharethis removed
authorLaury GvR <laury@gaslightmedia.com>
Thu, 14 Jun 2018 19:19:30 +0000 (15:19 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Thu, 14 Jun 2018 19:19:30 +0000 (15:19 -0400)
index.php
parts/blog-text-single.php
parts/header-meta.php
sections/interior-page.php

index d5e7de9..456bbb3 100644 (file)
--- a/index.php
+++ b/index.php
@@ -36,8 +36,5 @@
             </div><!--End of inner-wrap-->
         </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">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 88edd72..4b17540 100644 (file)
@@ -7,7 +7,7 @@
         <?php } ?>
         <?php endif; ?>
         <span class="meta date">Posted on <?php the_time('F jS, Y') ?></span>
-                  <?php get_template_part('parts/share-this'); ?>
+                  <?php // get_template_part('parts/share-this'); ?>
     </header>
     <?php the_content(); ?>
 </article>
\ No newline at end of file
index 166a5d6..a5f2026 100644 (file)
@@ -5,7 +5,7 @@
     <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css">
     <link rel="shortcut icon" href="<?php echo get_stylesheet_directory_uri() ; ?>/favicon.ico">
     <link href="https://fonts.googleapis.com/css?family=Roboto+Slab:400,700" rel="stylesheet">
-    <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=Open+Sans:400,400italic,700' rel='stylesheet' type='text/css'>
     <link href="https://fonts.googleapis.com/css?family=Dancing+Script" rel="stylesheet">
     <?php wp_head(); ?>
   </head>
\ No newline at end of file
index 024a7e6..e6f437d 100644 (file)
@@ -20,7 +20,7 @@
                                     echo "</div>";
                                 }
                                 ?>
-                                <?php get_template_part("parts/share-this"); ?>
+                                <?php // get_template_part("parts/share-this"); ?>
                             </div>
                             <div class="row">
                                 <?php get_template_part('parts/main-content');?>