diff --git a/src/templates/src/landing.html b/src/templates/src/landing.html index 05dfab7..87e7b24 100644 --- a/src/templates/src/landing.html +++ b/src/templates/src/landing.html @@ -261,11 +261,9 @@ Happening now. {{ else if eq .HMBostonDaysUntilStart 1 }} Starting tomorrow. - {{ else }} + {{ else if lt .HMBostonDaysUntilStart 31 }} In {{ .HMBostonDaysUntilStart }} days. {{ end }} - {{ else }} - See the results. {{ end }}
@@ -275,11 +273,9 @@ Happening now. {{ else if eq .HMSDaysUntilStart 1 }} Starting tomorrow. - {{ else }} + {{ else if lt .HMSDaysUntilStart 31 }} In {{ .HMSDaysUntilStart }} days. {{ end }} - {{ else }} - See the results. {{ end }}