Update site for ssl
authorSteve Sutton <steve@gaslightmedia.com>
Mon, 29 Jan 2018 21:11:31 +0000 (16:11 -0500)
committerSteve Sutton <steve@gaslightmedia.com>
Mon, 29 Jan 2018 21:11:31 +0000 (16:11 -0500)
Switching site to use ssl.

header.php
style.css

index 4006957..2284d17 100644 (file)
@@ -6,9 +6,9 @@
     <title><?php wp_title(); ?></title>
     <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri(); ?>/css/app.css?v=1.0.34">
       <link rel="shortcut icon" href="<?php echo bloginfo('template_url'); ?>/favicon.ico">
-    <link href='http://fonts.googleapis.com/css?family=Roboto+Slab:400,700' rel='stylesheet' type='text/css'>
-    <link href='http://fonts.googleapis.com/css?family=Lobster+Two:700,700italic' rel='stylesheet' type='text/css'>
-    <link href='http://fonts.googleapis.com/css?family=Josefin+Sans:400,700' rel='stylesheet' type='text/css'>
+    <link href='//fonts.googleapis.com/css?family=Roboto+Slab:400,700' rel='stylesheet' type='text/css'>
+    <link href='//fonts.googleapis.com/css?family=Lobster+Two:700,700italic' 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>
index b7ee9d7..ff5ac2a 100644 (file)
--- a/style.css
+++ b/style.css
@@ -3,5 +3,5 @@ Theme Name: EmmetCountyFair
 Author: Gaslight Media
 Author URI: http://www.gaslightmedia.com
 Description: A theme for EmmetCountyFair
-Version: 1.0.35
+Version: 1.0.36
 */