Fixed cache template and handleer

This commit is contained in:
James Mills
2021-02-03 00:14:37 +10:00
parent 4e7b443feb
commit 1708838316
3 changed files with 50 additions and 33 deletions

View File

@@ -53,6 +53,10 @@ type Context struct {
Title string
Meta Meta
CachedURL string
CachedTitle string
CachedContent string
Matches uint64
Duration time.Duration
Results Results