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 cb91cfe commit b61d5edCopy full SHA for b61d5ed
_config.yml
@@ -5,7 +5,6 @@ author: Cody Chan
5
description: "程序猿__int64Ago -- Keep It Simple, Stupid!"
6
baseurl: ""
7
url: "https://int64ago.org"
8
-enforce_ssl: "int64ago.org"
9
10
#duoshuo: int64ago
11
_includes/head.html
@@ -33,10 +33,4 @@
33
<!-- Icons -->
34
<link rel="icon" href="favicon.ico" type="image/x-icon"/>
35
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon"/>
36
-
37
- <script type="text/javascript">
38
- var host = "int64ago.org";
39
- if ((host == window.location.host) && (window.location.protocol != "https:"))
40
- window.location.protocol = "https";
41
- </script>
42
</head>
0 commit comments