Compare commits

..

No commits in common. "c00baca932df3a1562ce7652ad5821f790ec4b38" and "3ddc34afebfa02859af1461658c220626620c9d6" have entirely different histories.

3 changed files with 3 additions and 6 deletions

View File

@ -1,6 +1,6 @@
# fairydust.reisen website # fairydust.reisen website
Schedule version: `Fafnir` Schedule version: `Elektra`
## New pages/posts ## New pages/posts

View File

@ -36,8 +36,7 @@ $timeslot-height: 0.65em;
border-left: 1px solid $color-highlight; border-left: 1px solid $color-highlight;
overflow: hidden; overflow: hidden;
.schedule-speaker { .schedule-speaker, .schedule-title {
margin-bottom: 0.5em;
overflow-x: hidden; overflow-x: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
white-space: nowrap; white-space: nowrap;

View File

@ -38,10 +38,8 @@
<span>{{ .end_time }}</span> <span>{{ .end_time }}</span>
</div> </div>
<div class="schedule-event-detail"> <div class="schedule-event-detail">
{{ with .speaker }}
<p class="schedule-speaker" title="{{ . }}">{{ . }}:</p>
{{ end }}
<h4 class="schedule-title" title="{{ .title }}">{{ .title }}</h4> <h4 class="schedule-title" title="{{ .title }}">{{ .title }}</h4>
<p class="schedule-speaker" title="{{ .speaker }}">{{ .speaker }}</p>
</div> </div>
</a> </a>
{{ end }} {{ end }}