We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b156a11 commit 183beeeCopy full SHA for 183beee
theme/templates/base.html
@@ -1,6 +1,12 @@
1
<!DOCTYPE html>
2
<html lang="en">
3
<head>
4
+ <script>
5
+ if (window.location.host.substr(-10) == '.github.io' && window.location.protocol != 'https:') {
6
+ window.location.protocol = 'https:';
7
+ }
8
+ </script>
9
+
10
<link href='http://fonts.googleapis.com/css?family=Noticia+Text:400,700' rel='stylesheet' type='text/css' />
11
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
12
<meta name="description" content="{{ DESCRIPTION }}">
0 commit comments