Tweak headings to work with coffee breaks/lunches etc
This commit is contained in:
parent
fc09fef53c
commit
221258f723
|
@ -69,7 +69,7 @@
|
|||
|
||||
<script id="current_talk_template" type="text/ractive">
|
||||
<section id="current_talk">
|
||||
<h3>Current Talk</h3>
|
||||
<h3>At the Moment</h3>
|
||||
<h1>{{currentEvent.title}}</h1>
|
||||
<p>{{currentEvent.description}}</p>
|
||||
</section>
|
||||
|
@ -93,7 +93,7 @@
|
|||
|
||||
<script id="next_talk_template" type="text/ractive">
|
||||
<section id="next_talk">
|
||||
<h3>Next Talk</h3>
|
||||
<h3>Next</h3>
|
||||
<h1>{{nextEvent.title}}</h1>
|
||||
<p>{{nextEvent.description}}</p>
|
||||
<h4>({{nextEvent.startTime.fromNow()}})</h4>
|
||||
|
|
Loading…
Reference in New Issue