diff --git a/template.liquid b/template.liquid index 2a18d45..6effdab 100644 --- a/template.liquid +++ b/template.liquid @@ -1,73 +1,94 @@ -
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 %} +