aboutsummaryrefslogtreecommitdiff
path: root/_includes/search.html
blob: cc8cd5624e17cb6d3b7bec5130a1769942a0a5cd (plain)
1
2
3
4
5
6
<form id="search" method="get" action="https://google.com/search">
	<input type="text" placeholder="search" name="q" spellcheck="false" autocomplete="off">
	<input type="hidden" name="q" value="site:{{ site.domain }}">
	<input type="submit">
</form>