-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d070a2a
commit a0e761f
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -84,7 +84,7 @@ repository: <USERNAME>/<PROJECT> | |
# Email address, no mailto: | ||
# (Don't change this -- the contact address for your workshop will be set | ||
# in the index.md file) | ||
email: "[email protected]" | ||
email: "https://obis.org/contact/" | ||
|
||
# Sites. | ||
amy_site: "https://amy.carpentries.org/" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ enddate: 2023-04-23 # machine-readable end date for the workshop in YYYY- | |
instructor: [] | ||
# helper list: a boxed, comma-separated list of helper's names as strings, like ["Ben Best", "Carolina Peralta"] | ||
helper: [] | ||
email: ["[email protected]"] # boxed, comma-separated list of contact email addresses for the host, lead instructor, or whoever else is handling questions, like ["[email protected]", "[email protected]", "[email protected]"] | ||
email: ["https://obis.org/contact/"] # boxed, comma-separated list of contact email addresses for the host, lead instructor, or whoever else is handling questions, like ["[email protected]", "[email protected]", "[email protected]"] | ||
collaborative_notes: # optional: URL for the workshop collaborative notes, e.g. an Etherpad or Google Docs document (e.g., https://pad.carpentries.org/2015-01-01-euphoria) | ||
eventbrite: # optional: alphanumeric key for Eventbrite registration, e.g., "1234567890AB" (if Eventbrite is being used) | ||
--- | ||
|
@@ -259,7 +259,7 @@ Display the contact email address set in the configuration file. | |
, | ||
{% endunless %} | ||
{% endif %} | ||
<a href='mailto:{{email}}'>{{email}}</a> | ||
<a href='{{email}}'>{{email}}</a> | ||
{% endfor %} | ||
{% else %} | ||
to-be-announced | ||
|