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
<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>