Minor fix

This commit is contained in:
Eduard Urbach 2017-07-19 07:40:31 +02:00
parent 13978b7e8c
commit 6b64cc62dd

View File

@ -3,7 +3,7 @@ component Dashboard(schedule []*arn.UpcomingEpisode, posts []arn.Postable, sound
.widgets
.widget.mountable
h3.widget-title Schedule 123
h3.widget-title Schedule
for i := 0; i <= 4; i++
if i < len(schedule)