diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/weather.tmpl | 2 |
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}}% </div> </div> <!-- humidity-container end --> + {{ end }} </div> <!-- misc-container end --> |