From 3b76ca4f9ba6527aa31c5672d2aa324541506246 Mon Sep 17 00:00:00 2001 From: flopp999 <21694965+flopp999@users.noreply.github.com> Date: Mon, 12 Oct 2020 09:09:42 +0200 Subject: [PATCH] Update forecast.njk --- modules/default/weather/forecast.njk | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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 %}