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

<div class="searchBar">
	<input class="input" id="searchInput" placeholder="Search for posts..." spellcheck="false" autocomplete="off">
	<button class="button">
		<div class="icon">{% include icon/search-round.svg %}</div>
	</button>
</div>

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