aboutsummaryrefslogtreecommitdiff
path: root/search.html
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2024-04-28 15:04:22 +0200
committerlonkaars <loek@pipeframe.xyz>2024-04-28 15:04:22 +0200
commita041f469ff41f53601c97454b41cfc4ef3f3ed45 (patch)
tree9554747d8a659b86f04c42ab3556fbb4dae3e37a /search.html
parent5d088aa25f69afdb9ba208def8c23b4f45bbe0b8 (diff)
cleanup + begin fix search page
Diffstat (limited to 'search.html')
-rw-r--r--search.html16
1 files changed, 16 insertions, 0 deletions
diff --git a/search.html b/search.html
new file mode 100644
index 0000000..9001636
--- /dev/null
+++ b/search.html
@@ -0,0 +1,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>
+