Assets location change
This commit is contained in:
commit
cfb5a106af
@ -52,10 +52,10 @@ technologies:
|
|||||||
- centos
|
- centos
|
||||||
- express-js
|
- express-js
|
||||||
- gitlab
|
- gitlab
|
||||||
- google-maps
|
|
||||||
- htmlcss
|
- htmlcss
|
||||||
- java
|
- java
|
||||||
- javascript
|
- javascript
|
||||||
|
- laravel
|
||||||
- mysql
|
- mysql
|
||||||
- nginx
|
- nginx
|
||||||
- node-js
|
- node-js
|
||||||
|
@ -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 %}
|
{% if page.excerpt and page.excerpt != "" %}
|
||||||
<meta name="description" content="{{ page.excerpt | strip_html }}" />
|
<meta name="description" content="{{ page.excerpt | strip_html }}" />
|
||||||
{% elsif page.content %}
|
{% elsif page.collection == 'coops' %}
|
||||||
<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." />
|
||||||
@ -17,11 +17,17 @@
|
|||||||
<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." />
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<meta property="og:site_name" content="Cooperative Technologists" />
|
<meta property="og:site_name" content="Cooperative Technologists" />
|
||||||
<meta property="og:image" content="/assets/img/Cotech_512x512.png" />
|
|
||||||
{% if page.collection == 'coops' %}
|
{% if page.collection == 'coops' %}
|
||||||
<!-- img: /images/coops/{{ page.slug }} -->
|
<meta property="og:image" content="/images/coops/{{ page.slug }}" />
|
||||||
{% endif %}
|
{% elsif page.collection == 'services' %}
|
||||||
|
<meta property="og:image" content="/images/services/{{ page.slug }}" />
|
||||||
|
{% elsif page.collection == 'technologies' %}
|
||||||
|
<meta property="og:image" content="/images/technologies/{{ page.slug }}" />
|
||||||
|
{% elsif page.collection == 'clients' %}
|
||||||
|
<meta property="og:image" content="/images/clients/{{ page.slug }}" />
|
||||||
|
{% else %}
|
||||||
<meta property="og:image" content="/assets/img/Cotech_512x512.png" />
|
<meta property="og:image" content="/assets/img/Cotech_512x512.png" />
|
||||||
|
{% endif %}
|
||||||
<meta property="og:locale" content="en_GB" />
|
<meta property="og:locale" content="en_GB" />
|
||||||
<meta name="twitter:card" content="summary" />
|
<meta name="twitter:card" content="summary" />
|
||||||
<meta name="twitter:site" content="@CotechUK" />
|
<meta name="twitter:site" content="@CotechUK" />
|
||||||
|
Loading…
Reference in New Issue
Block a user