mirror of
https://git.coop/cotech/website.git
synced 2024-11-22 14:43:07 +00:00
s/excerpt/description/ #53
This commit is contained in:
parent
12a7b251d6
commit
6de1586824
@ -1,8 +1,8 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
{% if page.excerpt | strip_html | strip_newlines | condense_spaces != "" %}
|
{% if page.description %}
|
||||||
<meta name="description" content="{{ page.excerpt | strip_html | strip_newlines | condense_spaces }}" />
|
<meta name="description" content="{{ page.description | strip_html | strip_newlines | condense_spaces }}" />
|
||||||
{% elsif page.collection == 'coops' and page.content | strip_html | strip_newlines | condense_spaces | truncate:150 != "" %}
|
{% elsif page.collection == 'coops' and page.content %}
|
||||||
<meta name="description" content="{{ page.content | strip_html | strip_newlines | condense_spaces | truncate:150 }}" />
|
<meta name="description" content="{{ page.content | strip_html | strip_newlines | condense_spaces | truncate:150 }}" />
|
||||||
{% else %}
|
{% else %}
|
||||||
<meta name="description" content="Building a tech industry that's better for its workers and customers through co-operation, democracy and worker ownership." />
|
<meta name="description" content="Building a tech industry that's better for its workers and customers through co-operation, democracy and worker ownership." />
|
||||||
@ -11,9 +11,9 @@
|
|||||||
<title>{{ page.title }} « Cooperative Technologists</title>
|
<title>{{ page.title }} « Cooperative Technologists</title>
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website" />
|
||||||
<meta property="og:title" content="{{ page.title }}" />
|
<meta property="og:title" content="{{ page.title }}" />
|
||||||
{% if page.excerpt | strip_html | strip_newlines | condense_spaces != "" %}
|
{% if page.description %}
|
||||||
<meta property="og:description" content="{{ page.excerpt | strip_html | strip_newlines }}" />
|
<meta property="og:description" content="{{ page.description | strip_html | strip_newlines }}" />
|
||||||
{% elsif page.collection == 'coops' and page.content | strip_html | strip_newlines | condense_spaces | truncate:150 != "" %}
|
{% elsif page.collection == 'coops' and page.content %}
|
||||||
<meta property="og:description" content="{{ page.content | strip_html | strip_newlines | condense_spaces | truncate:150 }}" />
|
<meta property="og:description" content="{{ page.content | strip_html | strip_newlines | condense_spaces | truncate:150 }}" />
|
||||||
{% else %}
|
{% else %}
|
||||||
<meta property="og:description" content="Building a tech industry that's better for its workers and customers through co-operation, democracy and worker ownership." />
|
<meta property="og:description" content="Building a tech industry that's better for its workers and customers through co-operation, democracy and worker ownership." />
|
||||||
|
@ -17,8 +17,8 @@
|
|||||||
<div class="small-12 small-centered columns">
|
<div class="small-12 small-centered columns">
|
||||||
<img src="/images/services/{{ page.slug }}.png" alt="">
|
<img src="/images/services/{{ page.slug }}.png" alt="">
|
||||||
<h1>Coops that offer <span>{{ page.name }}</span></h1>
|
<h1>Coops that offer <span>{{ page.name }}</span></h1>
|
||||||
{% if page.excerpt %}
|
{% if page.description %}
|
||||||
<p>{{ page.excerpt }}</p>
|
<p>{{ page.description }}</p>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -17,8 +17,8 @@
|
|||||||
<div class="small-12 small-centered columns">
|
<div class="small-12 small-centered columns">
|
||||||
<img src="/images/technologies/{{ page.slug }}" alt="{{ page.name }}">
|
<img src="/images/technologies/{{ page.slug }}" alt="{{ page.name }}">
|
||||||
<h1>Coops that use <span>{{ page.name }}</span></h1>
|
<h1>Coops that use <span>{{ page.name }}</span></h1>
|
||||||
{% if page.excerpt %}
|
{% if page.description %}
|
||||||
<p>{{ page.excerpt }}</p>
|
<p>{{ page.description }}</p>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
title: Virtual Servers
|
title: Virtual Servers
|
||||||
name: 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.
|
||||||
---
|
---
|
||||||
|
Loading…
Reference in New Issue
Block a user