forked from autonomic-cooperative/cotech-website
Extract contact email address variable
This commit is contained in:
@ -100,9 +100,9 @@ layout: home
|
||||
<h2>Get In Touch</h2>
|
||||
<p>
|
||||
If you would like to work with us, or find out more,
|
||||
<a href="mailto:contact@coops.tech">get in touch</a>.
|
||||
<a href="mailto:{{ site.contact_email }}">get in touch</a>.
|
||||
<br/> Not sure which tech coop, or coops, are right for you? Drop us a message at
|
||||
<a href="mailto:contact@coops.tech">contact@coops.tech</a>, and we will help you find the perfect match.
|
||||
<a href="mailto:{{ site.contact_email }}">{{ site.contact_email }}</a>, and we will help you find the perfect match.
|
||||
</p>
|
||||
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user