Skip to content

Commit 2ab58dd

Browse files
committed
content/schedule: Add contributors to main page
1 parent 8c6d6f1 commit 2ab58dd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

content/schedule.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@ Schedule
5050
{% if 'short' in event %}
5151
<br>{{ event.short }}
5252
{% endif %}
53+
{% if 'contributors' in event %}
54+
<br><small>{{ event.contributors }}</small>
55+
{% endif %}
5356
{%if not loop.last %}<br><br>{% endif %}
5457
{% endfor %}
5558
</td>

0 commit comments

Comments
 (0)