Skip to content

Commit

Permalink
adjusting contact
Browse files Browse the repository at this point in the history
  • Loading branch information
MathewBiddle authored Feb 26, 2024
1 parent d070a2a commit a0e761f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/"
Expand Down
4 changes: 2 additions & 2 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
---
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit a0e761f

Please sign in to comment.