Browse Source

doc: fix mixed content issues

Explicitly specify "https" over "http" for linked CSS. Fixup
indentation and quoting issues.

PR-URL: https://github.com/iojs/io.js/pull/379
Reviewed-By: Chris Dickinson <christopher.s.dickinson@gmail.com>
v1.8.0-commit
Mathias Bynens 10 years ago
committed by Chris Dickinson
parent
commit
010c567e19
  1. 4
      doc/template.html

4
doc/template.html

@ -3,10 +3,10 @@
<head>
<meta charset="utf-8">
<title>__SECTION__ io.js __VERSION__ Manual &amp; Documentation</title>
<link href='http://fonts.googleapis.com/css?family=Lato:400,700,400italic' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lato:400,700,400italic">
<link rel="stylesheet" href="assets/style.css">
<link rel="stylesheet" href="assets/sh.css">
<link rel="canonical" href="http://iojs.org/api/__FILENAME__.html">
<link rel="canonical" href="https://iojs.org/api/__FILENAME__.html">
</head>
<body class="alt apidoc" id="api-section-__FILENAME__">
<div id="content" class="clearfix">

Loading…
Cancel
Save