diff options
Diffstat (limited to 'results.gtpl')
-rw-r--r-- | results.gtpl | 4 |
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 |