diff --git a/template.liquid b/template.liquid index 6effdab..2a18d45 100644 --- a/template.liquid +++ b/template.liquid @@ -1,94 +1,73 @@ -
forecast at {{pollen.forecast_date}}
+{{period.period}} | - {% endfor %} -
---|
{{period.index}} | - {% endfor %} -
forecast at {{weather.forecast_date}}
+- {% for period in weather.periods %} - | {{period.period}} | - {% endfor %} -
---|---|
low | - {% for period in weather.periods %} -{{period.low}} F | - {% endfor %} -
high | - {% for period in weather.periods %} -{{period.high}} F | - {% endfor %} -
humidity | - {% for period in weather.periods %} -{{period.humidity}}% | - {% endfor %} -
pressure | - {% for period in weather.periods %} -{{period.pressure}} | - {% endfor %} -
sunrise | - {% for period in weather.periods %} -{{period.sunrise}} | - {% endfor %} -
sunset | - {% for period in weather.periods %} -{{period.sunset}} | - {% endfor %} -
desc | - {% for period in weather.periods %} -{{period.desc}} | - {% endfor %} -