diff --git a/.gitignore b/.gitignore
index 0f70f37..89b285f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
_site
.idea
vendor
+*.swp
diff --git a/_config.yml b/_config.yml
index a5fcb6a..46a5c9b 100644
--- a/_config.yml
+++ b/_config.yml
@@ -1,6 +1,7 @@
---
title: Cotech Website
timezone: UTC
+site: https://www.coops.tech
exclude:
- scripts
- vendor
diff --git a/_includes/head.html b/_includes/head.html
index 4ef98a7..dd7eea8 100644
--- a/_includes/head.html
+++ b/_includes/head.html
@@ -33,8 +33,18 @@
-
-
+{% if page.collection == 'coops' %}
+
+{% elsif page.collection == 'services' %}
+
+{% elsif page.collection == 'technologies' %}
+
+{% elsif page.collection == 'clients' %}
+
+{% else %}
+
+{% endif %}
+