From ab6e60649f499cc9e2b5f88bdd5aaa876e6f554e Mon Sep 17 00:00:00 2001 From: Chris Croome Date: Wed, 5 Jun 2019 08:54:07 +0100 Subject: [PATCH] Attempt to fix Twitter images for #53 --- .gitignore | 1 + _config.yml | 1 + _includes/head.html | 14 ++++++++++++-- 3 files changed, 14 insertions(+), 2 deletions(-) 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 %} +