From 49793333ff5f0175932fbca0e9a37fb6e34dad09 Mon Sep 17 00:00:00 2001 From: siddharth ravikumar Date: Sun, 7 Aug 2022 15:16:01 -0400 Subject: templates: update weather.tmpl Add humidity. --- templates/weather.tmpl | 29 +++++++++++++++++++++-------- 1 file changed, 21 insertions(+), 8 deletions(-) (limited to 'templates') diff --git a/templates/weather.tmpl b/templates/weather.tmpl index e8eb99f..9ba41a0 100644 --- a/templates/weather.tmpl +++ b/templates/weather.tmpl @@ -26,14 +26,27 @@ -
-
- Wind -
-
- {{.Now.WindSpeed}} {{.Now.WindDirection}} -
-
+
+
+
+ Wind +
+
+ {{.Now.WindSpeed}} {{.Now.WindDirection}} +
+
+ +
+
+ Humidity +
+
+ {{.Now.Humidity}}% +
+
+ +
+ -- cgit v1.2.3