From 732789cab9aa7e70e373050ae7c777951df196ee Mon Sep 17 00:00:00 2001 From: navanchauhan Date: Sat, 21 Jan 2023 16:05:40 -0700 Subject: custom fontawesome --- templates/components/header.html | 5 ++++- templates/home.html | 2 +- templates/search_results.html | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) (limited to 'templates') diff --git a/templates/components/header.html b/templates/components/header.html index 1c567aa..dc79066 100644 --- a/templates/components/header.html +++ b/templates/components/header.html @@ -2,7 +2,10 @@ - + + + + {{ end }} \ No newline at end of file diff --git a/templates/home.html b/templates/home.html index 5b5cd6b..cec0969 100644 --- a/templates/home.html +++ b/templates/home.html @@ -1,5 +1,5 @@ - + {{ template "header" . }} {{.GlobalVars.Name}} diff --git a/templates/search_results.html b/templates/search_results.html index f867369..de38021 100644 --- a/templates/search_results.html +++ b/templates/search_results.html @@ -1,5 +1,5 @@ - + {{ template "header" . }} {{.OriginalQuery.Query}} - {{.GlobalVars.Name}} -- cgit v1.2.3