Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incubator Notice - combines multiple emails into a single string #847

Open
misilot opened this issue Dec 9, 2024 · 0 comments · May be fixed by #849
Open

Incubator Notice - combines multiple emails into a single string #847

misilot opened this issue Dec 9, 2024 · 0 comments · May be fixed by #849

Comments

@misilot
Copy link
Contributor

misilot commented Dec 9, 2024

When page.email has multiple addreses like email: ["[email protected]", "[email protected]"] the following generates an invalid email address.

{% if site.pilot %}
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 contact the workshop organisers if you would like more information about the planned schedule.
{% endif %}

<a href="mailto:[email protected]@institution.edu">contact the workshop organisers</a>

misilot added a commit to misilot/workshop-template that referenced this issue Dec 9, 2024
@misilot misilot linked a pull request Dec 9, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant