diff --git a/templates/records.html.j2 b/templates/records.html.j2 index 43d1a85..8cbb7c0 100644 --- a/templates/records.html.j2 +++ b/templates/records.html.j2 @@ -12,23 +12,25 @@

All-time record highs and lows for {{ display }}, and the dates they occurred, across {{ year_range[0] }}–{{ year_range[1] }} of daily climate history.

-
- - - - {% for r in rows %} - - - - - - {% endfor %} - -
MetricRecord highOnRecord lowOn
{{ r.label }}{{ r.high }}{{ r.high_date }}{{ r.low }}{{ r.low_date }}
+
+ {% for r in rows %} +
+

{{ r.label }}

+
+ {% if r.label == 'Precip' %}Wettest{% else %}Highest{% endif %} + {{ r.high }} + {{ r.high_date }} +
+
+ {% if r.label == 'Precip' %}Driest{% else %}Lowest{% endif %} + {{ r.low }} + {{ r.low_date }} +
+
+ {% endfor %}
-

Rainfall has no meaningful record low, so its “record low” - column shows the longest run of consecutive days without measurable rain and the - date that dry spell began.

+

For rainfall, the “driest” figure is the longest run of consecutive + days without measurable rain, dated to when that dry spell began.

Grade {{ name }}'s weather now →

‹ Back to {{ name }} climate