Skip to content
This repository was archived by the owner on Feb 3, 2022. It is now read-only.

Commit 0128ec2

Browse files
committed
Need to load external resources via https://
1 parent 22ac1ae commit 0128ec2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/templates/plan-a/head.mu

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<meta charset="utf-8">
22
<script src="js/jquery-1.11.1.min.js"></script>
33

4-
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
5-
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css">
4+
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
5+
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css">
66
<link rel="stylesheet" type="text/css" href="stylesheets/fonts/Haskell/style.css">
77
<link rel="stylesheet" type="text/css" href="stylesheets/hl.css">
88
<link href="https://fonts.googleapis.com/css?family=Open+Sans" type="text/css" rel="stylesheet">

0 commit comments

Comments
 (0)