Always load Google 404 Linkhelp script over HTTPS (#1829)
Also removed unneeded type
This commit is contained in:
parent
a95fae0155
commit
07f203bd1d
1 changed files with 2 additions and 3 deletions
|
@ -7,10 +7,9 @@ permalink: /404.html
|
||||||
|
|
||||||
Sorry, but the page you were trying to view does not exist --- perhaps you can try searching for it below.
|
Sorry, but the page you were trying to view does not exist --- perhaps you can try searching for it below.
|
||||||
|
|
||||||
<script type="text/javascript">
|
<script>
|
||||||
var GOOG_FIXURL_LANG = 'en';
|
var GOOG_FIXURL_LANG = 'en';
|
||||||
var GOOG_FIXURL_SITE = '{{ site.url }}'
|
var GOOG_FIXURL_SITE = '{{ site.url }}'
|
||||||
</script>
|
</script>
|
||||||
<script type="text/javascript"
|
<script src="https://linkhelp.clients.google.com/tbproxy/lh/wm/fixurl.js">
|
||||||
src="//linkhelp.clients.google.com/tbproxy/lh/wm/fixurl.js">
|
|
||||||
</script>
|
</script>
|
||||||
|
|
Loading…
Add table
Reference in a new issue