Update theme to use ssl
authorSteve Sutton <steve@gaslightmedia.com>
Tue, 14 Nov 2017 16:18:06 +0000 (11:18 -0500)
committerSteve Sutton <steve@gaslightmedia.com>
Tue, 14 Nov 2017 16:18:06 +0000 (11:18 -0500)
Change refs to https.

parts/header-meta.php
parts/share-this.php

index 02cb3c5..7385d97 100644 (file)
@@ -4,7 +4,7 @@
     <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="https://fonts.googleapis.com/css?family=Cinzel" rel="stylesheet">
-    <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=Cinzel" rel="stylesheet">
+    <link href='//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
+</head>
index 539c297..95f27c0 100644 (file)
@@ -6,7 +6,7 @@
         </div>
         <script type="text/javascript">var addthis_config = {"data_track_addressbar":false};</script>
         <script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-5135fe4558d287a9"></script>
-        <!--                                        <script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js"></script>-->
+        <!--                                        <script type="text/javascript" src="https://s7.addthis.com/js/250/addthis_widget.js"></script>-->
         <!-- AddThis Button END -->
     </div><!--/#addthis_wrapper-->
-<?php } ?>
\ No newline at end of file
+<?php } ?>