Skip to content

Commit 2bdb7bf

Browse files
committed
fix insecure content warning
1 parent e5656b4 commit 2bdb7bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

themes/gophercon/layouts/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
<title>GopherCon 2016 Denver,CO</title>
66
<link rel="stylesheet" href="css/main.css">
77
<link rel="stylesheet" href="css/animate.css">
8-
<link type="text/css" rel="stylesheet" href="http://fonts.googleapis.com/css?family=Open+Sans:300,400,600">
9-
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
8+
<link type="text/css" rel="stylesheet" href="//fonts.googleapis.com/css?family=Open+Sans:300,400,600">
9+
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
1010
<meta content="width=device-width, initial-scale=1.0" name="viewport">
1111
</head>
1212

0 commit comments

Comments
 (0)