|
331 | 331 | `(span ([data-slot-time ,(moment->iso8601 m)])
|
332 | 332 | ,(~t tz "EEEE, h:mma zz"))))
|
333 | 333 |
|
334 |
| -(define nb-breakfast |
| 334 | +(define nb-yes-lunch |
| 335 | + @nb{Lunch is provided.}) |
| 336 | + |
| 337 | +(define nb-no-breakfast |
335 | 338 | @nb{Breakfast won’t be served, so please eat before coming to the event.})
|
336 | 339 |
|
| 340 | +(define nb-yes-breakfast |
| 341 | + @nb{Light breakfast served.}) |
| 342 | + |
337 | 343 | ;; ------------------------------------------------------------
|
338 | 344 |
|
339 | 345 | (define page
|
@@ -436,6 +442,7 @@ $(document).ready(function () {
|
436 | 442 | (section
|
437 | 443 | @sectionHeader{Saturday, October 4th}
|
438 | 444 | @doors-open[@talk-time{Saturday, 8:30am}]
|
| 445 | + @nb-yes-breakfast |
439 | 446 | @keynote[
|
440 | 447 | @talk-time{Saturday, 9:00am}
|
441 | 448 | #:desc "Keynote"
|
@@ -528,6 +535,7 @@ $(document).ready(function () {
|
528 | 535 | }
|
529 | 536 | ]
|
530 | 537 | @lunch[@talk-time{Saturday, 11:45am}]
|
| 538 | + @nb-yes-lunch |
531 | 539 | @lecture[
|
532 | 540 | #:when @talk-time{Saturday, 1:30pm}
|
533 | 541 | #:who @speaker[#:url "https://github.com/toddjonker"]{Todd Jonker}
|
@@ -661,6 +669,7 @@ Gathering with drinks and snacks.
|
661 | 669 | (section
|
662 | 670 | @sectionHeader{Sunday, October 5th}
|
663 | 671 | @doors-open[@talk-time{Sunday, 8:30am}]
|
| 672 | + @nb-no-breakfast |
664 | 673 | @lecture[
|
665 | 674 | #:when @talk-time{Sunday, 9:00am}
|
666 | 675 | #:who @speaker[#:url "https://github.com/michaelballantyne"]{Michael Ballantyne}
|
|
0 commit comments