From 39b502ec03b94a180b7f9ababfff4e8fe4fe8f78 Mon Sep 17 00:00:00 2001 From: Chris Croome Date: Thu, 25 Apr 2019 16:12:28 +0100 Subject: [PATCH 1/5] twitter metadata icon update #53 --- _includes/head.html | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/_includes/head.html b/_includes/head.html index 1d03363..d249ae6 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -18,9 +18,16 @@ {% endif %} {% if page.collection == 'coops' %} - -{% endif %} + +{% elsif page.collection == 'services' %} + +{% elsif page.collection == 'technologies' %} + +{% elsif page.collection == 'clients' %} + +{% else %} +{% endif %} From 6f2865d87854548c4d1602a49c3eb8d048a49b4e Mon Sep 17 00:00:00 2001 From: Chris Croome Date: Thu, 25 Apr 2019 16:14:38 +0100 Subject: [PATCH 2/5] co-operative web fix for https://community.coops.tech/t/which-co-ops-are-providing-hosting/1364/4 --- _coops/co-operative-web.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/_coops/co-operative-web.md b/_coops/co-operative-web.md index a1f6352..55a2b37 100644 --- a/_coops/co-operative-web.md +++ b/_coops/co-operative-web.md @@ -46,6 +46,7 @@ services: - hosting - ideation - mentoring +- virtual-servers technologies: - net - angular-1-x @@ -70,4 +71,4 @@ technologies: We are a 26 person worker co-operative based in Birmingham. Our focus is on development, rather than design or marketing stuff, and we work across all types of technology providing bespoke services by the hour, under retainers or for fixed price. -We specialise in building big data driven systems development and supporting both legacy and new applications for a range of clients, from large blue chip companies to small startups. \ No newline at end of file +We specialise in building big data driven systems development and supporting both legacy and new applications for a range of clients, from large blue chip companies to small startups. From cd42677707780dc175dbb37f096a6ffbff14aa09 Mon Sep 17 00:00:00 2001 From: Matthew Kendon Date: Thu, 25 Apr 2019 16:20:54 +0100 Subject: [PATCH 3/5] Updated Cooperative Web with technologies that they use --- _coops/co-operative-web.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/_coops/co-operative-web.md b/_coops/co-operative-web.md index 55a2b37..e975182 100644 --- a/_coops/co-operative-web.md +++ b/_coops/co-operative-web.md @@ -46,17 +46,16 @@ services: - hosting - ideation - mentoring -- virtual-servers technologies: - net - angular-1-x - centos - express-js - gitlab -- google-maps - htmlcss - java - javascript +- laravel - mysql - nginx - node-js @@ -71,4 +70,4 @@ technologies: We are a 26 person worker co-operative based in Birmingham. Our focus is on development, rather than design or marketing stuff, and we work across all types of technology providing bespoke services by the hour, under retainers or for fixed price. -We specialise in building big data driven systems development and supporting both legacy and new applications for a range of clients, from large blue chip companies to small startups. +We specialise in building big data driven systems development and supporting both legacy and new applications for a range of clients, from large blue chip companies to small startups. \ No newline at end of file From 79d4adc310751e4b9406f31fc401408ef109f7b5 Mon Sep 17 00:00:00 2001 From: Chris Croome Date: Thu, 25 Apr 2019 16:21:55 +0100 Subject: [PATCH 4/5] Fix for non-coop pages #53 --- _includes/head.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/head.html b/_includes/head.html index d249ae6..a0e3352 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -2,7 +2,7 @@ {% if page.excerpt %} -{% elsif page.content %} +{% elsif page.collection == 'coops' %} {% else %} From d731b794a316a3eaac0cc2e293446553fef66c0f Mon Sep 17 00:00:00 2001 From: Chris Croome Date: Thu, 25 Apr 2019 16:25:55 +0100 Subject: [PATCH 5/5] test fix for #53 --- _includes/head.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/head.html b/_includes/head.html index a0e3352..9e6a6b2 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -1,6 +1,6 @@ -{% if page.excerpt %} +{% if page.excerpt and page.excerpt != "" %} {% elsif page.collection == 'coops' %}