Improve the search results view
This commit is contained in:
@@ -3,6 +3,7 @@ package internal
|
||||
import (
|
||||
"html/template"
|
||||
"net/http"
|
||||
"time"
|
||||
|
||||
log "github.com/sirupsen/logrus"
|
||||
"github.com/vcraescu/go-paginator"
|
||||
@@ -52,8 +53,10 @@ type Context struct {
|
||||
Title string
|
||||
Meta Meta
|
||||
|
||||
Results Results
|
||||
Pager *paginator.Paginator
|
||||
Matches uint64
|
||||
Duration time.Duration
|
||||
Results Results
|
||||
Pager *paginator.Paginator
|
||||
|
||||
// Report abuse
|
||||
ReportURL string
|
||||
|
||||
Reference in New Issue
Block a user