summaryrefslogtreecommitdiffstats
path: root/templates/weather.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/weather.tmpl')
-rw-r--r--templates/weather.tmpl2
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/weather.tmpl b/templates/weather.tmpl
index 9ba41a0..8a7a6a2 100644
--- a/templates/weather.tmpl
+++ b/templates/weather.tmpl
@@ -36,6 +36,7 @@
</div>
</div> <!-- wind-container end -->
+ {{ if gt .Now.Humidity 0 }}
<div class="humidity-container">
<div class="prop">
Humidity
@@ -44,6 +45,7 @@
{{.Now.Humidity}}&#37;
</div>
</div> <!-- humidity-container end -->
+ {{ end }}
</div> <!-- misc-container end -->