Hide counters until 30 days out

This commit is contained in:
Jake Mason 2023-03-24 21:22:17 -04:00
parent e616cc51fd
commit 54c9af9c08
1 changed files with 2 additions and 6 deletions

View File

@ -261,11 +261,9 @@
<b>Happening now.</b>
{{ else if eq .HMBostonDaysUntilStart 1 }}
<b>Starting tomorrow.</b>
{{ else }}
{{ else if lt .HMBostonDaysUntilStart 31 }}
<b>In {{ .HMBostonDaysUntilStart }} days.</b>
{{ end }}
{{ else }}
<b>See the results.</b>
{{ end }}
</div>
<div class="cities-details">
@ -275,11 +273,9 @@
<b>Happening now.</b>
{{ else if eq .HMSDaysUntilStart 1 }}
<b>Starting tomorrow.</b>
{{ else }}
{{ else if lt .HMSDaysUntilStart 31 }}
<b>In {{ .HMSDaysUntilStart }} days.</b>
{{ end }}
{{ else }}
<b>See the results.</b>
{{ end }}
</div>