making the site more secure
authorIan Weller <ian@gaslightmedia.com>
Tue, 27 Dec 2016 21:23:43 +0000 (16:23 -0500)
committerIan Weller <ian@gaslightmedia.com>
Tue, 27 Dec 2016 21:23:43 +0000 (16:23 -0500)
I removed the https from the google font to make the page more secure.

header.php
style.css

index 308f243..131a096 100644 (file)
@@ -6,7 +6,7 @@
     <title><?php wp_title(); ?></title>
     <link rel="shortcut icon" href="<?php echo get_stylesheet_directory_uri() ; ?>/favicon.ico">  
     <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.0.18">
-    <link href='https://fonts.googleapis.com/css?family=Josefin+Sans:400,600,700' rel='stylesheet' type='text/css'>
+    <link href='//fonts.googleapis.com/css?family=Josefin+Sans:400,600,700' rel='stylesheet' type='text/css'>
     <?php wp_head(); ?>
   </head>
   <body>
index d1a9df5..5afc2cf 100644 (file)
--- a/style.css
+++ b/style.css
@@ -3,5 +3,5 @@ Theme Name: FranceJourneys
 Author: Gaslight Media
 Author URI: http://www.gaslightmedia.com
 Description: A theme for FranceJourneys
-Version: 1.0.20
+Version: 1.0.21
 */