prepare for https
authorSteve Sutton <steve@gaslightmedia.com>
Tue, 27 Feb 2018 12:58:28 +0000 (07:58 -0500)
committerSteve Sutton <steve@gaslightmedia.com>
Tue, 27 Feb 2018 12:58:28 +0000 (07:58 -0500)
SSL sites

header.php
style.css

index 1b23eb5..e7b8a60 100644 (file)
@@ -6,7 +6,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_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='https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,700' rel='stylesheet' type='text/css'>
     <?php wp_head(); ?>
   </head>
   <body>
index c726040..6440f1b 100644 (file)
--- a/style.css
+++ b/style.css
@@ -3,5 +3,5 @@ Theme Name: NLEA
 Author: Gaslight Media
 Author URI: http://www.gaslightmedia.com
 Description: A theme for NLEA
-Version: 1.0.13
+Version: 1.0.14
 */