Skip to content
This repository has been archived by the owner on Jun 9, 2020. It is now read-only.

Commit

Permalink
Update off-canvas.html
Browse files Browse the repository at this point in the history
Changed the google url to https. This fixes mixed content warnings in your browser for sites that have valid SSL certificates.
  • Loading branch information
oneleaftea committed Aug 22, 2017
1 parent 50b0a01 commit 8aedb52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/partials/off-canvas.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ <h6>{{ . }}</h6>
{{ end }}

<div>
<form name="google-search" method="get" action="http://www.google.com/search" target="_blank">
<form name="google-search" method="get" action="https://www.google.com/search" target="_blank">
<input type="hidden" name="sitesearch" value="{{ .Site.BaseURL }}" />
<input name="q" type="text" />
<input type="submit" name="sa" value="Google" />
Expand Down

0 comments on commit 8aedb52

Please sign in to comment.