Commit 9fde967c authored by Greg Wilson's avatar Greg Wilson
Browse files

Contact address

parent 7afa83e1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@
	/
	<a href="{{ site.github.repository_url }}/blob/gh-pages/CONTRIBUTING.md">Contributing</a>
	/
	<a href="mailto:{{ site.email }}">Contact</a>
	<a href="mailto:{{ site.contact }}">Contact</a>
      </h4>
    </div>
  </div>
+4 −2
Original line number Diff line number Diff line
@@ -181,8 +181,10 @@ carpentry: "swc"
# Overall title for pages.
title: "Lesson Title"

# Contact email address.
email: lessons@software-carpentry.org
# 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".
contact: mailto:lessons@software-carpentry.org

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