Remove http protocol from Google search form
This commit is contained in:
parent
8c78e2f783
commit
45c6d84133
1 changed files with 1 additions and 1 deletions
2
404.md
2
404.md
|
@ -13,5 +13,5 @@ Sorry, but the page you were trying to view does not exist --- perhaps you can t
|
||||||
var GOOG_FIXURL_SITE = '{{ site.url }}'
|
var GOOG_FIXURL_SITE = '{{ site.url }}'
|
||||||
</script>
|
</script>
|
||||||
<script type="text/javascript"
|
<script type="text/javascript"
|
||||||
src="http://linkhelp.clients.google.com/tbproxy/lh/wm/fixurl.js">
|
src="//linkhelp.clients.google.com/tbproxy/lh/wm/fixurl.js">
|
||||||
</script>
|
</script>
|
Loading…
Reference in a new issue