From 634998db9312ad7a732e223f89c6b3c3b8f82659 Mon Sep 17 00:00:00 2001 From: James Mead Date: Sat, 1 Jul 2017 14:03:08 +0100 Subject: [PATCH] Extract contact email address variable --- _config.yml | 1 + index.html | 4 ++-- join.html | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/_config.yml b/_config.yml index 06a2220..3239f0f 100644 --- a/_config.yml +++ b/_config.yml @@ -1,3 +1,4 @@ +contact_email: contact@coops.tech collections: coops: output: true diff --git a/index.html b/index.html index 45004b1..ae17923 100644 --- a/index.html +++ b/index.html @@ -100,9 +100,9 @@ layout: home

Get In Touch

If you would like to work with us, or find out more, - get in touch. + get in touch.
Not sure which tech coop, or coops, are right for you? Drop us a message at - contact@coops.tech, and we will help you find the perfect match. + {{ site.contact_email }}, and we will help you find the perfect match.

diff --git a/join.html b/join.html index cd28d9c..78f8f84 100644 --- a/join.html +++ b/join.html @@ -36,7 +36,7 @@ layout: default
-

Contact us via contact@coops.tech.

+

Contact us via {{ site.contact_email }}.