changing sources to https
authorAnthony Talarico <talarico@gaslightmedia.com>
Wed, 7 Mar 2018 14:12:06 +0000 (09:12 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Wed, 7 Mar 2018 14:12:06 +0000 (09:12 -0500)
header.php
index.html
interior.html
parts/weather.php
style.css

index 8f9df2d..4d0752a 100644 (file)
@@ -4,11 +4,11 @@
     <meta charset="utf-8" />
     <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?v=1.1.26">
+    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.1.28">
     <link rel="shortcut icon" href="<?php echo get_template_directory_uri(); ?>/favicon.ico">
-    <link href='http://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
-    <link href='http://fonts.googleapis.com/css?family=Josefin+Slab:700' rel='stylesheet' type='text/css'>
-    <link href='http://fonts.googleapis.com/css?family=Cinzel' rel='stylesheet' type='text/css'>
+    <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
+    <link href='https://fonts.googleapis.com/css?family=Josefin+Slab:700' rel='stylesheet' type='text/css'>
+    <link href='https://fonts.googleapis.com/css?family=Cinzel' rel='stylesheet' type='text/css'>
     <?php wp_head(); ?>
   </head>
   <body>
index 73f34a0..006ab86 100644 (file)
@@ -5,9 +5,9 @@
         <meta name="viewport" content="width=device-width, initial-scale=1.0" />
         <title>Dark Sky Park</title>
         <link rel="stylesheet" href="css/app.css" />
-        <link href='http://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
-        <link href='http://fonts.googleapis.com/css?family=Josefin+Slab:700' rel='stylesheet' type='text/css'>
-        <link href='http://fonts.googleapis.com/css?family=Cinzel' rel='stylesheet' type='text/css'>
+        <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
+        <link href='https://fonts.googleapis.com/css?family=Josefin+Slab:700' rel='stylesheet' type='text/css'>
+        <link href='https://fonts.googleapis.com/css?family=Cinzel' rel='stylesheet' type='text/css'>
         <script src="bower_components/modernizr/modernizr.js"></script>
     </head>
     <body>
index 94fb9fc..b66b4b6 100644 (file)
@@ -5,9 +5,9 @@
         <meta name="viewport" content="width=device-width, initial-scale=1.0" />
         <title>Dark Sky Park</title>
         <link rel="stylesheet" href="css/app.css" />
-        <link href='http://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
-        <link href='http://fonts.googleapis.com/css?family=Josefin+Slab:700' rel='stylesheet' type='text/css'>
-        <link href='http://fonts.googleapis.com/css?family=Cinzel' rel='stylesheet' type='text/css'>
+        <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
+        <link href='https://fonts.googleapis.com/css?family=Josefin+Slab:700' rel='stylesheet' type='text/css'>
+        <link href='https://fonts.googleapis.com/css?family=Cinzel' rel='stylesheet' type='text/css'>
         <script src="bower_components/modernizr/modernizr.js"></script>
     </head>
     <body>
index fb7011f..6ad5313 100644 (file)
@@ -1,6 +1,6 @@
 <html>
   <head></head>
   <body>
-    <iframe allowtransparency="true" frameborder="0" src="http://weatherfor.us/load.php?skin=mini&amp;location=Alpena%2C%20MI&amp;bg_color=%23FFFFFF&amp;txt_color=%23153561"></iframe>
+    <iframe allowtransparency="true" frameborder="0" src="https://weatherfor.us/load.php?skin=mini&amp;location=Alpena%2C%20MI&amp;bg_color=%23FFFFFF&amp;txt_color=%23153561"></iframe>
   </body>
 </html>
\ No newline at end of file
index ff7b3bf..bf59671 100644 (file)
--- a/style.css
+++ b/style.css
@@ -3,5 +3,5 @@ Theme Name: Headlands International Dark Sky Park
 Author: Gaslight Media
 Author URI: http://www.gaslightmedia.com
 Description: A theme made for Emmet County's Dark Sky Park
-Version: 1.1.27
+Version: 1.1.28
 */