switching to https
authorAnthony Talarico <talarico@gaslightmedia.com>
Wed, 7 Mar 2018 21:20:41 +0000 (16:20 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Wed, 7 Mar 2018 21:20:41 +0000 (16:20 -0500)
changing sources to https

header.php
index.html
style.css

index cd6fc02..ef051a2 100755 (executable)
@@ -6,9 +6,9 @@
     <title>Muer Kitchens</title>
     <title><?php wp_title(); ?></title>
     <?php wp_head();?>
-    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.1.2" />
+    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.0.14" />
       <link rel="shortcut icon" href="<?php bloginfo('template_url'); ?>/favicon.ico">
-    <link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
+    <link href='https://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
   </head>
   <body>
     <div class="off-canvas-wrap" data-offcanvas>
index 81fe747..630f53f 100755 (executable)
@@ -5,7 +5,7 @@
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <title>Muer Kitchens</title>
     <link rel="stylesheet" href="css/app.css" />
-    <link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>  
+    <link href='https://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>  
     <script src="bower_components/modernizr/modernizr.js"></script>
   </head>
   <body>
index 0840267..b759bc6 100755 (executable)
--- a/style.css
+++ b/style.css
@@ -3,5 +3,5 @@ Theme Name: Muer Kitchens
 Author: Gaslight Media
 Author URI: http://www.gaslightmedia.com
 Description: A theme created for Muer Kitchens.
-Version: 1.0.13
+Version: 1.0.14
 */