diff --git a/_includes/head.html b/_includes/head.html index 2a1e710..ccf9a33 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -1,8 +1,8 @@ -{% if page.excerpt | strip_html | strip_newlines | condense_spaces != "" %} - -{% elsif page.collection == 'coops' and page.content | strip_html | strip_newlines | condense_spaces | truncate:150 != "" %} +{% if page.description %} + +{% elsif page.collection == 'coops' and page.content %} {% else %} @@ -11,9 +11,9 @@ {{ page.title }} « Cooperative Technologists -{% if page.excerpt | strip_html | strip_newlines | condense_spaces != "" %} - -{% elsif page.collection == 'coops' and page.content | strip_html | strip_newlines | condense_spaces | truncate:150 != "" %} +{% if page.description %} + +{% elsif page.collection == 'coops' and page.content %} {% else %} diff --git a/_layouts/service.html b/_layouts/service.html index 5b7d6ba..d095e15 100644 --- a/_layouts/service.html +++ b/_layouts/service.html @@ -17,8 +17,8 @@

Coops that offer {{ page.name }}

-{% if page.excerpt %} -

{{ page.excerpt }}

+{% if page.description %} +

{{ page.description }}

{% endif %}
diff --git a/_layouts/technology.html b/_layouts/technology.html index 452546c..bd70b7c 100644 --- a/_layouts/technology.html +++ b/_layouts/technology.html @@ -17,8 +17,8 @@
{{ page.name }}

Coops that use {{ page.name }}

-{% if page.excerpt %} -

{{ page.excerpt }}

+{% if page.description %} +

{{ page.description }}

{% endif %}
diff --git a/_services/virtual-servers.md b/_services/virtual-servers.md index 8d53135..38c2f3a 100644 --- a/_services/virtual-servers.md +++ b/_services/virtual-servers.md @@ -1,5 +1,5 @@ --- title: Virtual Servers name: Virtual Servers -excerpt: CoTech co-operatives who provide virtual servers to clients. +description: CoTech co-operatives who provide virtual servers to clients. ---