Update for ssl
authorSteve Sutton <steve@gaslightmedia.com>
Wed, 17 Jan 2018 13:22:08 +0000 (08:22 -0500)
committerSteve Sutton <steve@gaslightmedia.com>
Wed, 17 Jan 2018 13:22:08 +0000 (08:22 -0500)
Update the call to fonts.

header.php
style.css

index 4e70d10..e4504d9 100644 (file)
@@ -6,14 +6,14 @@
     <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_template_directory_uri(); ?>/favicon.ico">
-    <link href='http://fonts.googleapis.com/css?family=Open+Sans:400,400italic,700' rel='stylesheet' type='text/css'>
-    <link href='http://fonts.googleapis.com/css?family=Great+Vibes' rel='stylesheet' type='text/css'>
+    <link href='//fonts.googleapis.com/css?family=Open+Sans:400,400italic,700' rel='stylesheet' type='text/css'>
+    <link href='//fonts.googleapis.com/css?family=Great+Vibes' rel='stylesheet' type='text/css'>
     <?php wp_head(); ?>
   </head>
   <body>
       <div class="off-canvas-wrap" data-offcanvas>
         <div class="inner-wrap">
-            <div id="page-wrapper">    
+            <div id="page-wrapper">
                 <header>
                     <div class="row collapse">
                         <div class="small-12 small-only-text-center medium-4 columns">
@@ -29,9 +29,9 @@
                                 </div>
                             </div>
                         </div>
-                    </div>        
+                    </div>
                 </header>
                 <div class="shadow-wrapper">
                     <?php get_template_part('parts/top-bar');?>
-                    
+
                     <?php get_template_part('parts/off-canvas-menu');?>
index 584b178..cd83422 100644 (file)
--- a/style.css
+++ b/style.css
@@ -3,5 +3,5 @@ Theme Name: LandMasters
 Author: Gaslight Media
 Author URI: http://www.gaslightmedia.com
 Description: A theme for LandMasters
-Version: 1.0.3
+Version: 1.0.4
 */