Skip to content

Check for "TBD" events #168

Closed
Closed
@mattstratton

Description

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.html
  • map.html

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

Activity

added a commit that references this issue on May 2, 2016
5b4fcdb
self-assigned this
on May 2, 2016
added a commit that references this issue on May 2, 2016

Merge pull request #170 from devopsdays/mattstratton/check-for-null

326d714
added 2 commits that reference this issue on May 22, 2016
8ef470c

Merge pull request devopsdays#170 from devopsdays/mattstratton/check-…

bfefa87
added 6 commits that reference this issue on May 22, 2016
33e8ada

Merge pull request #170 from devopsdays/mattstratton/check-for-null

faefe89
dadb58a
41efccc

Merge pull request #170 from devopsdays/mattstratton/check-for-null

2f41d9c

Merge pull request #170 from devopsdays/mattstratton/check-for-null

07dd7f0
added a commit that references this issue on May 29, 2016
29b7008

3 remaining items

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    Check for "TBD" events · Issue #168 · devopsdays/devopsdays-web