Sometimes events will not yet have a start date. For these events, their date will be set to "TBD" (see #167).
We will need to check for the value being set to "TBD" in the following partials:
Alternatively, we can simply ensure that if the event doesn't have a date yet, it should just not set them, and we can check for it using this method - https://discuss.gohugo.io/t/isset-how-to-check-variable-is-empty/1764/4?u=mattstratton
Sometimes events will not yet have a start date. For these events, their date will be set to "TBD" (see #167).
We will need to check for the value being set to "TBD" in the following partials:
future.htmlmap.htmlAlternatively, we can simply ensure that if the event doesn't have a date yet, it should just not set them, and we can check for it using this method - https://discuss.gohugo.io/t/isset-how-to-check-variable-is-empty/1764/4?u=mattstratton