We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b39fa83 commit 1eea855Copy full SHA for 1eea855
_layouts/default.html
@@ -5,7 +5,7 @@
5
<meta http-equiv="X-UA-Compatible" content="IE=edge">
6
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7
<title>{{ site.title_tag_text }}</title>
8
- <link href='http://fonts.googleapis.com/css?family=Roboto:400,400italic,700' rel='stylesheet' type='text/css'>
+ <link href='//fonts.googleapis.com/css?family=Roboto:400,400italic,700' rel='stylesheet' type='text/css'>
9
<link rel="stylesheet" href="css/normalize.css">
10
<link rel="stylesheet" href="css/syntax.css">
11
<link rel="stylesheet" href="css/solo.css">
@@ -18,4 +18,4 @@ <h1><a href="./">{{ site.h1_tag_text }}</a></h1>
18
</div>
19
{% include scripts.html %}
20
</body>
21
-</html>
+</html>
0 commit comments