diff --git a/_layouts/coop.html b/_layouts/coop.html index e0486ed..47f54e9 100644 --- a/_layouts/coop.html +++ b/_layouts/coop.html @@ -15,32 +15,6 @@
- {% if page.email %} -
-
Email:
-

{{ page.email }}

-
- {% endif %} - {% if page.telephone %} -
-
Tel:
-

{{ page.telephone }}

-
- {% endif %} - {% if page.address %} -
-
Address:
-

{{ page.address | split: "," | join: "
" }}

-
- {% endif %} -
- {% if page.twitter %} -

Twitter

- {% endif %} - {% if page.github %} -

Github

- {% endif %} -