Skip to content

Commit 898e1db

Browse files
committed
Update index.html
1 parent 473d3c4 commit 898e1db

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
@@ -9,7 +9,7 @@
99
<link href="2016/css/lightbox.min.css" rel="stylesheet" type="text/css" media="all"/>
1010
<link href="2016/css/theme-gophercon.css" rel="stylesheet" type="text/css" media="all"/>
1111
<link href="2016/font/styles.css" rel="stylesheet" type="text/css" media="all"/>
12-
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,600,300' rel='stylesheet' type='text/css'>
12+
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,600,300' rel='stylesheet' type='text/css'>
1313
</head>
1414
<body>
1515
<div class="loader">
@@ -213,7 +213,7 @@ <h1 class="text-white large-h1">
213213
</footer>
214214
</div>
215215

216-
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js" ></script>
216+
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js" ></script>
217217
<script src="2016/js/bootstrap.min.js"></script>
218218
<script src="2016/js/skrollr.min.js"></script>
219219
<script src="2016/js/lightbox.min.js"></script>

0 commit comments

Comments
 (0)