diff options
author | siddharth ravikumar <s@ricketyspace.net> | 2022-06-03 18:24:26 -0400 |
---|---|---|
committer | siddharth ravikumar <s@ricketyspace.net> | 2022-06-03 18:24:26 -0400 |
commit | b8f953d2c2752c3a7c9303ad6bbdc81fbb7fb096 (patch) | |
tree | 183a4476f43c262179e8ff3678ff88b8505a7592 /templates | |
parent | 038c189e3ae7e817e543fc6475f809f08ec9914d (diff) |
peach: update Weather
Add bidaily timeline.
Diffstat (limited to 'templates')
-rw-r--r-- | templates/weather.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/weather.tmpl b/templates/weather.tmpl index 2c731d4..ea78c8f 100644 --- a/templates/weather.tmpl +++ b/templates/weather.tmpl @@ -47,10 +47,10 @@ </div> <!-- period-container end --> </div> <!-- main-container end --> - {{ if .Timeline }} + {{ if .Q2HTimeline }} <div class="timeline-container"> <div class="periods-container"> - {{ range .Timeline.Periods }} + {{ range .Q2HTimeline.Periods }} <div class="period"> <div class="temperature"> {{.Temperature}}{{.TemperatureUnit}} |