Commit f03403bd authored by Michael R. Crusoe's avatar Michael R. Crusoe Committed by Maxim Belkin
Browse files

_config.yml: no 'mailto' in 'email'

Closes swcarpentry/styles#283

`site.email` is used as:

_includes/lesson_footer.html:	        <a href="mailto:{{ site.email }}">Contact</a>
_includes/workshop_footer.html:	<a href="mailto:{{ site.email }}">Contact</a>

Therefore, it does not make sense to have `mailto` in the `email` itself.
parent 0e0f2bf4
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -8,10 +8,8 @@ carpentry: "swc"
# Overall title for pages.
title: "Lesson Title"

# Contact.  This *must* include the protocol: if it's an email
# address, it must look like "mailto:lessons@software-carpentry.org",
# or if it's a URL, "https://gitter.im/username/ProjectName".
email: "mailto:lessons@software-carpentry.org"
# Email address, no mailto:
email: "lessons@software-carpentry.org"

#------------------------------------------------------------
# Generic settings (should not need to change).