Skip to content

Commit 55c058a

Browse files
committed
Show the first email value for pilot site contact
Fixes #847
1 parent 496d672 commit 55c058a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@ how one of these schedule tables is constructed.
420420
{% endcomment %}
421421

422422
{% if site.pilot %}
423-
The lesson taught in this workshop is being piloted and a precise schedule is yet to be established. The workshop will include regular breaks. Please <a href="mailto:{{page.email}}">contact the workshop organisers</a> if you would like more information about the planned schedule.
423+
The lesson taught in this workshop is being piloted and a precise schedule is yet to be established. The workshop will include regular breaks. Please <a href="mailto:{{page.email[0]}}">contact the workshop organisers</a> if you would like more information about the planned schedule.
424424
{% endif %}
425425

426426
<hr/>

0 commit comments

Comments
 (0)