Changed sources to https. Removed sharethis
authorLaury GvR <laury@gaslightmedia.com>
Thu, 14 Jun 2018 20:54:52 +0000 (16:54 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Thu, 14 Jun 2018 20:54:52 +0000 (16:54 -0400)
parts/blog-text.php
parts/bread-crumbs.php
parts/header-meta.php

index 342dfa1..b9a567c 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 echo the_content(); ?>
index e450bcd..7603ea0 100644 (file)
@@ -1,4 +1,3 @@
-<?php echo '<span class="st_sharethis" st_title="'. get_the_title().'" st_url="'. get_the_permalink() .'"></span>'; ?>
 <?php if(function_exists('bcn_display') && !is_front_page())
 {
     echo "<div class=\"breadcrumbs\">";
index 7fa2e43..47ec3b0 100644 (file)
@@ -4,6 +4,6 @@
     <title><?php wp_title(); ?></title>
     <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='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'>
     <?php wp_head(); ?>
 </head>
\ No newline at end of file