Skip to content

Commit 0914a85

Browse files
committed
metadata tweaks for #53
1 parent cb60447 commit 0914a85

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

_config.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
2-
title: Cotech Website
2+
title: CoTech
3+
long_title: Cooperative Technologists
4+
description: Building a tech industry that's better for its workers and customers through co-operation, democracy and worker ownership.
35
timezone: UTC
46
url: https://www.coops.tech
57
exclude:

_includes/head.html

+5-5
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,20 @@
55
{% elsif page.collection == 'coops' and page.content %}
66
<meta name="description" content="{{ page.content | strip_html | strip_newlines | condense_spaces | truncate:150 }}" />
77
{% else %}
8-
<meta name="description" content="Building a tech industry that's better for its workers and customers through co-operation, democracy and worker ownership." />
8+
<meta name="description" content="{{ site.description }}" />
99
{% endif %}
1010
<meta charset="UTF-8">
11-
<title>{{ page.title }} &laquo; Cooperative Technologists</title>
11+
<title>{{ page.title }} &laquo; {{ site.long_title }}</title>
1212
<meta property="og:type" content="website" />
13-
<meta property="og:title" content="{{ page.title }}" />
13+
<meta property="og:title" content="{{ page.title }} &laquo; {{ site.title }} &laquo; {{ site.long_title }}" />
1414
{% if page.description %}
1515
<meta property="og:description" content="{{ page.description | strip_html | strip_newlines }}" />
1616
{% elsif page.collection == 'coops' and page.content %}
1717
<meta property="og:description" content="{{ page.content | strip_html | strip_newlines | condense_spaces | truncate:150 }}" />
1818
{% else %}
19-
<meta property="og:description" content="Cooperative Technologists (CoTech) are building a tech industry that's better for its workers and customers through co-operation, democracy and worker ownership." />
19+
<meta property="og:description" content="{{ site.description }}" />
2020
{% endif %}
21-
<meta property="og:site_name" content="Cooperative Technologists" />
21+
<meta property="og:site_name" content="{{ page.title }} &laquo; {{ site.long_title }}" />
2222
{% if page.collection == 'coops' %}
2323
<meta property="og:image" content="/images/coops/{{ page.slug }}.png" />
2424
{% elsif page.collection == 'services' %}

0 commit comments

Comments
 (0)