about summary refs log tree commit diff stats
path: root/internal/components/data.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/components/data.go')
-rw-r--r--internal/components/data.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/internal/components/data.go b/internal/components/data.go
index 8f4fe62..601102d 100644
--- a/internal/components/data.go
+++ b/internal/components/data.go
@@ -11,9 +11,8 @@ import (
 
 type TemplateData struct {
 	Sources       []*config.Source
-	Source        config.Source
+	Source        *config.Source
 	Query         string
-	Results       bool
 	SourceResult  *bleve.SearchResult
 	ExtraHeadHTML string
 	Code          int