diff options
author | Miquel Lionel <lionelmiquel@sfr.fr> | 2021-01-25 16:03:52 +0100 |
---|---|---|
committer | Miquel Lionel <lionel@les-miquelots.net> | 2021-01-25 16:03:52 +0100 |
commit | 4ac3847260f9bbf0c1f3d71904a45056a43bc6be (patch) | |
tree | 798721767dc9d39770b4baea5b0054cca7efa350 /views | |
parent | 2882855ef6ba6aa00d1305df3f2f6de74e71e5cc (diff) | |
download | honk_custom-4ac3847260f9bbf0c1f3d71904a45056a43bc6be.tar.gz honk_custom-4ac3847260f9bbf0c1f3d71904a45056a43bc6be.zip |
add search bar
Diffstat (limited to 'views')
-rw-r--r-- | views/header.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/views/header.html b/views/header.html index a57dcde..faad2a4 100644 --- a/views/header.html +++ b/views/header.html @@ -25,7 +25,10 @@ <a href="/xzone">fetch</a> | <a href="/atme">@me</a> | <a href="/u/{{ .UserInfo.Username}}">my honks</a> | - <a href="/account">settings</a> + <a href="/account">settings</a> | + <form action="/q" method="GET"> + <input type="text" name="q" autocomplete="off" size="10" placeholder="search"> + </form> <span> {{ .UserInfo.Username }}</span></summary> <ul> <li><a id="homelink" href="/">home</a> |