Skip to content

Commit 1eea855

Browse files
committed
more protocol agnosticism
1 parent b39fa83 commit 1eea855

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: _layouts/default.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta http-equiv="X-UA-Compatible" content="IE=edge">
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">
77
<title>{{ site.title_tag_text }}</title>
8-
<link href='http://fonts.googleapis.com/css?family=Roboto:400,400italic,700' rel='stylesheet' type='text/css'>
8+
<link href='//fonts.googleapis.com/css?family=Roboto:400,400italic,700' rel='stylesheet' type='text/css'>
99
<link rel="stylesheet" href="css/normalize.css">
1010
<link rel="stylesheet" href="css/syntax.css">
1111
<link rel="stylesheet" href="css/solo.css">
@@ -18,4 +18,4 @@ <h1><a href="./">{{ site.h1_tag_text }}</a></h1>
1818
</div>
1919
{% include scripts.html %}
2020
</body>
21-
</html>
21+
</html>

0 commit comments

Comments
 (0)