Update ref to http
authorSteve Sutton <steve@gaslightmedia.com>
Thu, 14 Dec 2017 13:29:26 +0000 (08:29 -0500)
committerSteve Sutton <steve@gaslightmedia.com>
Thu, 14 Dec 2017 13:29:26 +0000 (08:29 -0500)
Need to switch the site over to using https.

parts/header-meta.php
style.css

index d2a9c92..ab8b855 100644 (file)
@@ -4,9 +4,9 @@
     <title><?php wp_title(); ?></title>
     <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.0.11">
     <link rel="shortcut icon" href="<?php echo get_stylesheet_directory_uri() ; ?>/favicon.ico">
-    <link href="https://fonts.googleapis.com/css?family=Cormorant+Garamond:400,700" rel="stylesheet"> 
-    <link href="https://fonts.googleapis.com/css?family=Oswald:400,700" rel="stylesheet">  
-    <link href='http://fonts.googleapis.com/css?family=Open+Sans:400,400italic,700' rel='stylesheet' type='text/css'>
+    <link href="https://fonts.googleapis.com/css?family=Cormorant+Garamond:400,700" rel="stylesheet">
+    <link href="https://fonts.googleapis.com/css?family=Oswald:400,700" rel="stylesheet">
+    <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,700' rel='stylesheet' type='text/css'>
     <?php if ( is_page(245) || is_page(249)){ ?> <link rel="stylesheet" type="text/css" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/print.css" media="print"> <?php }  ?>
     <?php wp_head(); ?>
-  </head>
\ No newline at end of file
+  </head>
index 951c449..bf0a856 100644 (file)
--- a/style.css
+++ b/style.css
@@ -3,5 +3,5 @@ Theme Name: CharlevoixPublicLibrary
 Author: Gaslight Media
 Author URI: http://www.gaslightmedia.com
 Description: A theme for CharlevoixPublicLibrary
-Version: 1.0.11
+Version: 1.0.12
 */