Update theme for https
authorSteve Sutton <steve@gaslightmedia.com>
Mon, 22 Jan 2018 13:27:41 +0000 (08:27 -0500)
committerSteve Sutton <steve@gaslightmedia.com>
Mon, 22 Jan 2018 13:27:41 +0000 (08:27 -0500)
use // for font url's.

header.php
style.css

index 3eccf83..6f7690b 100644 (file)
@@ -5,9 +5,9 @@
     <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 rel="shortcut icon" href="<?php echo get_template_directory_uri(); ?>/favicon.ico">  
-    <link href='http://fonts.googleapis.com/css?family=Alex+Brush' rel='stylesheet' type='text/css'>
-    <link href='http://fonts.googleapis.com/css?family=Josefin+Sans:400,700' rel='stylesheet' type='text/css'>
+    <link rel="shortcut icon" href="<?php echo get_template_directory_uri(); ?>/favicon.ico">
+    <link href='//fonts.googleapis.com/css?family=Alex+Brush' rel='stylesheet' type='text/css'>
+    <link href='//fonts.googleapis.com/css?family=Josefin+Sans:400,700' rel='stylesheet' type='text/css'>
     <?php wp_head(); ?>
   </head>
   <body>
@@ -25,4 +25,4 @@
             </header>
             <?php get_template_part('parts/top-bar');?>
             <?php get_template_part('parts/off-canvas-menu');?>
-                    
+
index 532f9f9..a58680f 100644 (file)
--- a/style.css
+++ b/style.css
@@ -3,5 +3,5 @@ Theme Name: WequetonsingAssociation
 Author: Gaslight Media
 Author URI: http://www.gaslightmedia.com
 Description: A theme for WequetonsingAssociation
-Version: 1.0.17
+Version: 1.0.18
 */