summaryrefslogtreecommitdiff
path: root/results.gtpl
diff options
context:
space:
mode:
authornavanchauhan <navanchauhan@gmail.com>2022-10-16 23:34:21 -0600
committernavanchauhan <navanchauhan@gmail.com>2022-10-16 23:34:21 -0600
commite3f121adcee66f218a2ab6decf4b20d38fdaf19a (patch)
tree24f24d712d3a29329ed3b619533f3d520c0e37f4 /results.gtpl
parent83b48f3e8833c2f693df04ef58ca57afa76dc2fa (diff)
shifted / to /classic
Diffstat (limited to 'results.gtpl')
-rw-r--r--results.gtpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/results.gtpl b/results.gtpl
index a68b122..151a7d3 100644
--- a/results.gtpl
+++ b/results.gtpl
@@ -29,8 +29,8 @@
{{ end }}
</table>
{{ if .MoreResults }}
- <a href="/search?query={{.OriginalQuery.Query}}&offset={{.LastOffset}}"> <p>Previous Page</p></a>
- <a href="/search?query={{.OriginalQuery.Query}}&offset={{.Offset}}"> <p>Next Page</p></a>
+ <a href="/classic/search?query={{.OriginalQuery.Query}}&offset={{.LastOffset}}"> <p>Previous Page</p></a>
+ <a href="/classic/search?query={{.OriginalQuery.Query}}&offset={{.Offset}}"> <p>Next Page</p></a>
{{ end }}
</body>
</html> \ No newline at end of file