Remove http protocol from Google search form

This commit is contained in:
Michael Rose 2015-02-24 14:57:16 -05:00
parent 0be1a1d318
commit 8ae4662b9b

2
404.md
View File

@ -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>