Swap talk title and speakers
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
3ddc34afeb
commit
3e933bf0d9
|
@ -36,7 +36,8 @@ $timeslot-height: 0.65em;
|
|||
border-left: 1px solid $color-highlight;
|
||||
overflow: hidden;
|
||||
|
||||
.schedule-speaker, .schedule-title {
|
||||
.schedule-speaker {
|
||||
margin-bottom: 0.5em;
|
||||
overflow-x: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
|
|
|
@ -38,8 +38,10 @@
|
|||
<span>{{ .end_time }}</span>
|
||||
</div>
|
||||
<div class="schedule-event-detail">
|
||||
{{ with .speaker }}
|
||||
<p class="schedule-speaker" title="{{ . }}">{{ . }}:</p>
|
||||
{{ end }}
|
||||
<h4 class="schedule-title" title="{{ .title }}">{{ .title }}</h4>
|
||||
<p class="schedule-speaker" title="{{ .speaker }}">{{ .speaker }}</p>
|
||||
</div>
|
||||
</a>
|
||||
{{ end }}
|
||||
|
|
Loading…
Reference in New Issue