Skip to content

Commit 010c567

Browse files
mathiasbynenschrisdickinson
authored andcommitted
doc: fix mixed content issues
Explicitly specify "https" over "http" for linked CSS. Fixup indentation and quoting issues. PR-URL: #379 Reviewed-By: Chris Dickinson <[email protected]>
1 parent 38a46b9 commit 010c567

File tree

1 file changed

+33
-33
lines changed

1 file changed

+33
-33
lines changed

doc/template.html

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -3,47 +3,47 @@
33
<head>
44
<meta charset="utf-8">
55
<title>__SECTION__ io.js __VERSION__ Manual &amp; Documentation</title>
6-
<link href='http://fonts.googleapis.com/css?family=Lato:400,700,400italic' rel='stylesheet' type='text/css'>
6+
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lato:400,700,400italic">
77
<link rel="stylesheet" href="assets/style.css">
88
<link rel="stylesheet" href="assets/sh.css">
9-
<link rel="canonical" href="http://iojs.org/api/__FILENAME__.html">
9+
<link rel="canonical" href="https://iojs.org/api/__FILENAME__.html">
1010
</head>
1111
<body class="alt apidoc" id="api-section-__FILENAME__">
12-
<div id="content" class="clearfix">
13-
<div id="column2" class="interior">
14-
<div id="intro" class="interior">
15-
<a href="/" title="Go back to the home page">
16-
io.js (1)
17-
</a>
18-
</div>
19-
__GTOC__
20-
</div>
12+
<div id="content" class="clearfix">
13+
<div id="column2" class="interior">
14+
<div id="intro" class="interior">
15+
<a href="/" title="Go back to the home page">
16+
io.js (1)
17+
</a>
18+
</div>
19+
__GTOC__
20+
</div>
2121

22-
<div id="column1" data-id="__ID__" class="interior">
23-
<header>
24-
<h1>io.js __VERSION__ Documentation</h1>
25-
<div id="gtoc">
26-
<p>
27-
<a href="index.html" name="toc">Index</a> |
28-
<a href="all.html">View on single page</a> |
29-
<a href="__FILENAME__.json">View as JSON</a>
30-
</p>
31-
</div>
32-
<hr>
33-
</header>
22+
<div id="column1" data-id="__ID__" class="interior">
23+
<header>
24+
<h1>io.js __VERSION__ Documentation</h1>
25+
<div id="gtoc">
26+
<p>
27+
<a href="index.html" name="toc">Index</a> |
28+
<a href="all.html">View on single page</a> |
29+
<a href="__FILENAME__.json">View as JSON</a>
30+
</p>
31+
</div>
32+
<hr>
33+
</header>
3434

35-
<div id="toc">
36-
<h2>Table of Contents</h2>
37-
__TOC__
38-
</div>
35+
<div id="toc">
36+
<h2>Table of Contents</h2>
37+
__TOC__
38+
</div>
3939

40-
<div id="apicontent">
41-
__CONTENT__
42-
</div>
43-
</div>
44-
</div>
45-
<div id="footer">
40+
<div id="apicontent">
41+
__CONTENT__
42+
</div>
4643
</div>
44+
</div>
45+
<div id="footer">
46+
</div>
4747

4848
<script src="../sh_main.js"></script>
4949
<script src="../sh_javascript.min.js"></script>

0 commit comments

Comments
 (0)