diff options
author | navanchauhan <navanchauhan@gmail.com> | 2022-10-17 17:08:14 -0600 |
---|---|---|
committer | navanchauhan <navanchauhan@gmail.com> | 2022-10-17 17:08:14 -0600 |
commit | 684cb35dfb982aaa89e7b91601c11ad8aec59c92 (patch) | |
tree | b59a8ecc10f0682d484e494907cbb71ab101a674 /templates/search.gtpl | |
parent | 01a24fd6b1208626e70d2f79b3d81579b6eb1603 (diff) |
use global variables
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"> |