diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2015-05-16 02:58:41 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2015-05-16 02:58:41 +0300 |
commit | f0b15fd208f3e3aac4e2f8f2ff9a1d1c0897dfce (patch) | |
tree | 59f2358642b7b704a0c8957929d58c05fe67b563 /_includes/header.html | |
parent | add CSS classes for reasonably wide blocks (diff) | |
download | egor-tensin.github.io-f0b15fd208f3e3aac4e2f8f2ff9a1d1c0897dfce.tar.gz egor-tensin.github.io-f0b15fd208f3e3aac4e2f8f2ff9a1d1c0897dfce.zip |
explicit https for external links
Diffstat (limited to '_includes/header.html')
-rw-r--r-- | _includes/header.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/_includes/header.html b/_includes/header.html index b9e0a8e..78b3077 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -5,15 +5,15 @@ <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>{{ page.title }}</title> - <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.css"> + <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.css"> <link rel="stylesheet" href="/css/footer.css"> <link rel="stylesheet" href="/css/misc.css"> <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries --> <!--[if lt IE 9]> - <script src="//oss.maxcdn.com/html5shiv/3.7.2/html5shiv.js"></script> - <script src="//oss.maxcdn.com/respond/1.4.2/respond.js"></script> + <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.js"></script> + <script src="https://oss.maxcdn.com/respond/1.4.2/respond.js"></script> <![endif]--> </head> <body> |