Always load Google 404 Linkhelp script over HTTPS (#1829)

Also removed unneeded type
This commit is contained in:
Christian Oliff 2018-09-17 07:10:13 +09:00 committed by Michael Rose
parent a95fae0155
commit 07f203bd1d

View file

@ -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.
<script type="text/javascript">
<script>
var GOOG_FIXURL_LANG = 'en';
var GOOG_FIXURL_SITE = '{{ site.url }}'
</script>
<script type="text/javascript"
src="//linkhelp.clients.google.com/tbproxy/lh/wm/fixurl.js">
<script src="https://linkhelp.clients.google.com/tbproxy/lh/wm/fixurl.js">
</script>