Update ssl
authorSteve Sutton <steve@gaslightmedia.com>
Mon, 29 Jan 2018 21:30:25 +0000 (16:30 -0500)
committerSteve Sutton <steve@gaslightmedia.com>
Mon, 29 Jan 2018 21:30:25 +0000 (16:30 -0500)
Use ssl

header.php
index.php
style.css

index 16ed934..f056448 100644 (file)
@@ -6,7 +6,7 @@
     <title><?php wp_title(); ?></title>
     <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.0.4">
       <link rel="shortcut icon" href="<?php echo get_template_directory_uri(); ?>/favicon.ico">
-    <link href='http://fonts.googleapis.com/css?family=Ruluko' rel='stylesheet' type='text/css'>
+    <link href='//fonts.googleapis.com/css?family=Ruluko' rel='stylesheet' type='text/css'>
     <?php wp_head(); ?>
   </head>
   <body>
@@ -25,7 +25,7 @@
                                             <li><a href="<?php bloginfo('url'); ?>/our-story">Our Story</a></li>
                                             <li><a href="<?php bloginfo('url'); ?>/contact">Contact</a></li>
                                         </ul>
-                                    </div>                                
+                                    </div>
                                 </div>
                             </div>
                             <div class="row">
index 137c0e1..2c813a9 100644 (file)
--- a/index.php
+++ b/index.php
@@ -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">
-    <link href='http://fonts.googleapis.com/css?family=Ruluko' rel='stylesheet' type='text/css'>
+    <link href='//fonts.googleapis.com/css?family=Ruluko' rel='stylesheet' type='text/css'>
     <?php wp_head(); ?>
   </head>
   <body>
@@ -24,7 +24,7 @@
                                             <li><a href="#">Our Story</a></li>
                                             <li><a href="#">Contact</a></li>
                                         </ul>
-                                    </div>                                
+                                    </div>
                                 </div>
                             </div>
                             <div class="row">
index 525635c..ea90c90 100644 (file)
--- a/style.css
+++ b/style.css
@@ -3,5 +3,5 @@ Theme Name: ToskiSands
 Author: Gaslight Media
 Author URI: http://www.gaslightmedia.com
 Description: A theme for ToskiSands
-Version: 1.0.4
+Version: 1.0.6
 */