Don't use absolute [http://] urls
This commit is contained in:
parent
12799b9ddd
commit
6ee01205cc
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ $# License along with Hypo. If not, see <http://www.gnu.org/licenses/>.
|
|||
<html>
|
||||
<head>
|
||||
<title>Hypo: $file.filename</title>
|
||||
<link href="http://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/2.3.2/css/bootstrap.min.css"
|
||||
<link href="//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/2.3.2/css/bootstrap.min.css"
|
||||
type="text/css" rel="stylesheet" />
|
||||
<style>$:style</style>
|
||||
<meta name="robots" content="noindex, nofollow">
|
||||
|
|
Loading…
Reference in a new issue