From 2726d7d51bb89c0ab41783ab359b5ed7ad29a758 Mon Sep 17 00:00:00 2001 From: siddharth ravikumar Date: Sun, 12 Jun 2022 19:44:30 -0400 Subject: weather: update `Weather` Add `SearchEnabled` field. Used to determined weather to render a link to the search or not. --- templates/weather.tmpl | 3 +++ 1 file changed, 3 insertions(+) (limited to 'templates/weather.tmpl') diff --git a/templates/weather.tmpl b/templates/weather.tmpl index ab2f0e2..19e7462 100644 --- a/templates/weather.tmpl +++ b/templates/weather.tmpl @@ -82,11 +82,14 @@ {{ end }} + {{ if .SearchEnabled }} + {{ end }} + -- cgit v1.2.3