diff --git a/modules/default/weather/forecast.njk b/modules/default/weather/forecast.njk index 98569e23..ae752637 100644 --- a/modules/default/weather/forecast.njk +++ b/modules/default/weather/forecast.njk @@ -19,15 +19,15 @@ {% endif %} - {{ f.maxTemperature | roundValue | unit("temperature") }} + {{ f.maxTemperature | roundValue | unit("temperature") }} - {{ f.minTemperature | roundValue | unit("temperature") }} + {{ f.minTemperature | roundValue | unit("temperature") }} {% if config.showPrecipitationAmount %} - - {{ f.precipitation | unit("precip") }} - + + {{ f.precipitation | unit("precip") }} + {% endif %} {% set currentStep = currentStep + 1 %}