summaryrefslogtreecommitdiff
path: root/templates/search.gtpl
diff options
context:
space:
mode:
authornavanchauhan <navanchauhan@gmail.com>2023-01-18 02:41:10 -0700
committernavanchauhan <navanchauhan@gmail.com>2023-01-18 02:41:10 -0700
commit790ca38644b8c37c9feb7c433143a6b49b4f137e (patch)
treef809dc4ef486090648686a4c4769a08034a462d0 /templates/search.gtpl
parent46f32a7dc26dad46ffa974de56bf1541b8578e12 (diff)
added pagination and results per page
Diffstat (limited to 'templates/search.gtpl')
-rw-r--r--templates/search.gtpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/search.gtpl b/templates/search.gtpl
index b892f19..841b068 100644
--- a/templates/search.gtpl
+++ b/templates/search.gtpl
@@ -1,9 +1,9 @@
<!DOCTYPE html>
<html>
<body>
- <h1>{{.GlobalVars.Name}}</h1>
+ <h1>{{.GlobalVars.Name}} - Classic Mode</h1>
<form action="/classic/search" method="GET">
- <input type="text" name="query" value="{{.OriginalQuery.Query}}" placeholder="Search Query" spellcheck="false">
+ <input type="text" name="query" placeholder="Search Query" spellcheck="false">
<input type="submit">
</form>
</body>