diff options
-rw-r--r-- | 2022/talks.md | 21 | ||||
-rw-r--r-- | templates/sched.md | 2 |
2 files changed, 10 insertions, 13 deletions
diff --git a/2022/talks.md b/2022/talks.md index 892f995f..b98374d1 100644 --- a/2022/talks.md +++ b/2022/talks.md @@ -16,22 +16,19 @@ to Emacs and Emacs Lisp, you'll probably find lots of talks that can inspire you and help you learn. All of the times listed on the schedule are in EST (UTC-5) and show -when the main part of the talk will be streamed. You can click on each -talk's title to open its page for more information, including its -schedule in your local time. (Displaying local time requires running a -tiny bit of AGPLv3+-licensed free/libre JavaScript code, included on -the talk pages.) Each talk will also be followed by a Q&A session that -will be streamed in the same place as the talk, and can be as long or -as short as the speaker wants. The Q&A sessions are not currently -indicated on the schedule. +when the main part of the talk will be streamed. Please note that the +times are approximations and the schedule may change leading up to the +conference. You can click on each talk's title to open its page for +more information, including its schedule in your local time. +(Displaying local time requires running a tiny bit of AGPLv3+-licensed +free/libre JavaScript code, included on the talk pages.) Each talk +will also be followed by a Q&A session that will be streamed in the +same place as the talk, and can be as long or as short as the speaker +wants. The Q&A sessions are not currently indicated on the schedule. For prerecorded talks, the indicated time is also when the talk's video will be made available on the talk page. -Please note the '~' tildes near the times, indicating that they are -approximations and not meant to be taken as exact times. The schedule -may change leading up to the conference. - As the conference approaches, we'll post more details on how to watch and participate. diff --git a/templates/sched.md b/templates/sched.md index 0e0161a0..9aa892c7 100644 --- a/templates/sched.md +++ b/templates/sched.md @@ -1,7 +1,7 @@ <div data-start="<TMPL_VAR startutc>" data-end="<TMPL_VAR endutc>" class="sched-entry <TMPL_IF track>track-<TMPL_VAR track></TMPL_IF track>"> <div class="sched-meta"> <TMPL_IF start> -<span class="sched-time">~ <span class="sched-start"><TMPL_VAR start></span> +<span class="sched-time"><span class="sched-start"><TMPL_VAR start></span> <TMPL_IF end> - <span class="sched-end"><TMPL_VAR end></span></TMPL_IF end> </span></TMPL_IF start> <TMPL_IF track> <span class="sched-track <TMPL_VAR track>"><TMPL_VAR track></span></TMPL_IF track> |