aboutsummaryrefslogtreecommitdiff
path: root/search.html
blob: ed39150a4af81cfe0d1d858180f25cf3c83aa01f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
title: Search for posts
layout: default
id: search
toc: false
---

<form class="searchBar" method="get" action="{{ site.nojs-search }}">
	<input type="text" class="input" id="searchInput" name="q" placeholder="Search for posts..." spellcheck="false" autocomplete="off">
	<input type="hidden" name="q" value="site:{{ site.domain }}">
	<button class="button">
		<div class="icon">{% include icon/search-round.svg %}</div>
	</button>
</form>

<div class="searchResults"></div>