Prep for ssl
authorSteve Sutton <steve@gaslightmedia.com>
Mon, 5 Feb 2018 17:05:47 +0000 (12:05 -0500)
committerSteve Sutton <steve@gaslightmedia.com>
Mon, 5 Feb 2018 17:05:47 +0000 (12:05 -0500)
Update urls to use ssl.

index.php
parts/header-meta.php
style.css

index 034ac22..266925c 100644 (file)
--- a/index.php
+++ b/index.php
@@ -8,38 +8,38 @@
                 <div id="page-wrapper">
                     <div class="shadow-wrapper">
                         <?php
-                        include "sections/header.php"; 
+                        include "sections/header.php";
                         include "sections/top-bar.php";
-                        include "sections/off-canvas.php"; 
-                        if (is_front_page()) { 
-                            include "sections/front-page.php"; 
-                        } 
-                        if (is_home()) { 
+                        include "sections/off-canvas.php";
+                        if (is_front_page()) {
+                            include "sections/front-page.php";
+                        }
+                        if (is_home()) {
                             include "sections/blog-home.php";
-                        } 
-                        if (is_archive()) { 
+                        }
+                        if (is_archive()) {
                             include "sections/blog-archive.php";
-                        } 
+                        }
                         if (is_single()) {
                             include "sections/blog-single.php";
                         }
-                        if (is_search()) { 
+                        if (is_search()) {
                             include "sections/search.php";
                         }
-                        if (is_page() && !is_front_page()) { 
-                            include "sections/interior-page.php"; 
+                        if (is_page() && !is_front_page()) {
+                            include "sections/interior-page.php";
                         }
-                        include "sections/footer.php";  
-                        include "sections/copyright.php";  
+                        include "sections/footer.php";
+                        include "sections/copyright.php";
                         ?>
-                    </div>                        
+                    </div>
                 </div><!--/#page-wrapper-->
             <a class="exit-off-canvas"></a>
             </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" 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
+</html>
index 5ce737a..2f9477c 100644 (file)
@@ -3,7 +3,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">
-    <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 rel="shortcut icon" href="<?php echo get_template_directory_uri(); ?>/favicon.ico">
     <?php wp_head(); ?>
-  </head>
\ No newline at end of file
+  </head>
index 9aef591..63ff27f 100644 (file)
--- a/style.css
+++ b/style.css
@@ -3,5 +3,5 @@ Theme Name: MCDA
 Author: Gaslight Media
 Author URI: http://www.gaslightmedia.com
 Description: A theme for MCDA
-Version: 1.0.2
+Version: 1.0.3
 */