diff --git a/_data/conf.yml b/_data/conf.yml index 580b5bbe..236648b8 100644 --- a/_data/conf.yml +++ b/_data/conf.yml @@ -66,7 +66,7 @@ state: 'NY' # to a physical conference venue, when the conference is fully online. venue: reserved-room-block: false - name: '' + name: street: '' postal-code: '' phone: '' diff --git a/_includes/homepage/jumbotron.html b/_includes/homepage/jumbotron.html index 211e4ac9..0c36ce97 100644 --- a/_includes/homepage/jumbotron.html +++ b/_includes/homepage/jumbotron.html @@ -18,10 +18,10 @@

code for lib {{site.data.conf.year}} {{site.data.conf.location}} - {% if site.data.conf.venue.name != '' %} - {{site.data.conf.days[0].date-data | date: "%B %-d"}} - {{site.data.conf.days.last.date-data | date: "%-d"}} {{site.data.conf.year}} + {% if site.data.conf.venue.name != nil %} + {{site.data.conf.days[0].date-data | date: "%B %-d"}} - {{site.data.conf.days.last.date-data | date: "%-d"}} • Online {% else %} - {{site.data.conf.days[0].date-data | date: "%B %-d"}} - {{site.data.conf.days.last.date-data | date: "%-d"}} • Online + {{site.data.conf.days[0].date-data | date: "%B %-d"}} - {{site.data.conf.days.last.date-data | date: "%-d"}} {{site.data.conf.year}} {% endif %}

diff --git a/index.html b/index.html index f9393d81..ff666530 100644 --- a/index.html +++ b/index.html @@ -36,7 +36,7 @@

The conference for people who code for libraries.

Welcome to {{site.data.conf.location}}, {{site.data.conf.venue.catchline}}

{{site.data.conf.venue.welcome-message}}

- {% if site.data.conf.venue.name != '' %} + {% if site.data.conf.venue.name != nil %}

The conference will take place at the {{site.data.conf.venue.name}}, right in downtown {{ site.data.conf.location }}.