Changed sources to https
authorLaury GvR <laury@gaslightmedia.com>
Wed, 13 Jun 2018 19:02:32 +0000 (15:02 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Wed, 13 Jun 2018 19:02:32 +0000 (15:02 -0400)
functions.php
header.php

index 0c189b6..e4b947f 100755 (executable)
@@ -127,7 +127,7 @@ function site_scripts()
     if(is_front_page()) {
         wp_enqueue_script(
             'glm_google_map_code',
-            'http://maps.google.com/maps/api/js?sensor=false',
+            'https://maps.google.com/maps/api/js?sensor=false',
             'jquery',
             '1',
             true
index 41df8d9..ad879c2 100755 (executable)
@@ -7,7 +7,7 @@
         <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css" />
         <link rel="shortcut icon" href="<?php bloginfo('template_url'); ?>/assets/favicon.ico">
         <link href='//fonts.googleapis.com/css?family=Open+Sans:400,300,700' rel='stylesheet' type='text/css'>
-        <link href='http://fonts.googleapis.com/css?family=Lato:400,700' rel='stylesheet' type='text/css'>
+        <link href='https://fonts.googleapis.com/css?family=Lato:400,700' rel='stylesheet' type='text/css'>
         <?php wp_head();?>
     </head>
     <body>