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.
-| Metric | Record high | On | Record low | On |
|---|---|---|---|---|
| {{ r.label }} | -{{ r.high }} | {{ r.high_date }} | -{{ r.low }} | {{ r.low_date }} | -
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.