securing the page
authorIan Weller <ian@gaslightmedia.com>
Tue, 27 Dec 2016 21:10:04 +0000 (16:10 -0500)
committerIan Weller <ian@gaslightmedia.com>
Tue, 27 Dec 2016 21:10:04 +0000 (16:10 -0500)
I removed the http part fo the google font imports.

parts/header-meta.php
style.css

index 79be3da..a1d0d76 100644 (file)
@@ -4,9 +4,9 @@
     <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_stylesheet_directory_uri() ; ?>/favicon.ico">
-    <link href="https://fonts.googleapis.com/css?family=Lato:400,700" rel="stylesheet">
-    <link href="https://fonts.googleapis.com/css?family=Cinzel" rel="stylesheet">
-    <link href="https://fonts.googleapis.com/css?family=PT+Serif:400,400i" rel="stylesheet">
-    <link href='http://fonts.googleapis.com/css?family=Open+Sans:400,400italic,700' rel='stylesheet' type='text/css'>
+    <link href="//fonts.googleapis.com/css?family=Lato:400,700" rel="stylesheet">
+    <link href="//fonts.googleapis.com/css?family=Cinzel" rel="stylesheet">
+    <link href="//fonts.googleapis.com/css?family=PT+Serif:400,400i" rel="stylesheet">
+    <link href='//fonts.googleapis.com/css?family=Open+Sans:400,400italic,700' rel='stylesheet' type='text/css'>
     <?php wp_head(); ?>
 </head>
\ No newline at end of file
index 898b1c0..f8fdc14 100644 (file)
--- a/style.css
+++ b/style.css
@@ -3,5 +3,5 @@ Theme Name: Capstone
 Author: Gaslight Media
 Author URI: http://www.gaslightmedia.com
 Description: A theme for Capstone
-Version: 1.0.6
+Version: 1.0.7
 */