We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0920e73 commit db2cfacCopy full SHA for db2cfac
_includes/homepage/jumbotron.html
@@ -18,7 +18,7 @@
18
<h1 class="text-right">
19
<span class="sr-only">code for lib {{site.data.conf.year}}</span>
20
{{site.data.conf.location}}
21
- {% if site.data.conf.venue.name != nil %}
+ {% if site.data.conf.online-only-conference %}
22
<small>{{site.data.conf.days[0].date-data | date: "%B %-d"}} - {{site.data.conf.days.last.date-data | date: "%-d"}} • Online</small>
23
{% else %}
24
<small>{{site.data.conf.days[0].date-data | date: "%B %-d"}} - {{site.data.conf.days.last.date-data | date: "%-d"}} {{site.data.conf.year}}</small>
0 commit comments