diff options
Diffstat (limited to 'templates/search.gtpl')
-rw-r--r-- | templates/search.gtpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/search.gtpl b/templates/search.gtpl index c14c02b..b892f19 100644 --- a/templates/search.gtpl +++ b/templates/search.gtpl @@ -1,7 +1,7 @@ <!DOCTYPE html> <html> <body> - <h1>DogeKnows</h1> + <h1>{{.GlobalVars.Name}}</h1> <form action="/classic/search" method="GET"> <input type="text" name="query" value="{{.OriginalQuery.Query}}" placeholder="Search Query" spellcheck="false"> <input type="submit"> |