mirror of
https://git.coop/cotech/website.git
synced 2025-12-19 18:07:31 +00:00
Remove unused meta tags from _includes/head.html
This commit is contained in:
@ -29,12 +29,6 @@
|
|||||||
<meta property="og:site_name" content="{{ page.title }} « {{ site.long_title }}" />
|
<meta property="og:site_name" content="{{ page.title }} « {{ site.long_title }}" />
|
||||||
{% if page.collection == 'coops' %}
|
{% if page.collection == 'coops' %}
|
||||||
<meta property="og:image" content="/images/coops/{{ page.slug }}.png" />
|
<meta property="og:image" content="/images/coops/{{ page.slug }}.png" />
|
||||||
{% elsif page.collection == 'services' %}
|
|
||||||
<meta property="og:image" content="/images/services/{{ page.slug }}.png" />
|
|
||||||
{% elsif page.collection == 'technologies' %}
|
|
||||||
<meta property="og:image" content="/images/technologies/{{ page.slug }}.png" />
|
|
||||||
{% elsif page.collection == 'clients' %}
|
|
||||||
<meta property="og:image" content="/images/clients/{{ page.slug }}.png" />
|
|
||||||
{% else %}
|
{% else %}
|
||||||
<meta property="og:image" content="/assets/img/Cotech_512x512.png" />
|
<meta property="og:image" content="/assets/img/Cotech_512x512.png" />
|
||||||
{% endif %}
|
{% endif %}
|
||||||
@ -43,12 +37,6 @@
|
|||||||
<meta name="twitter:site" content="@CotechUK" />
|
<meta name="twitter:site" content="@CotechUK" />
|
||||||
{% if page.collection == 'coops' %}
|
{% if page.collection == 'coops' %}
|
||||||
<meta name="twitter:image" content="{{ site.url }}/images/coops/{{ page.slug }}.png" />
|
<meta name="twitter:image" content="{{ site.url }}/images/coops/{{ page.slug }}.png" />
|
||||||
{% elsif page.collection == 'services' %}
|
|
||||||
<meta name="twitter:image" content="{{ site.url }}/images/services/{{ page.slug }}.png" />
|
|
||||||
{% elsif page.collection == 'technologies' %}
|
|
||||||
<meta name="twitter:image" content="{{ site.url }}/images/technologies/{{ page.slug }}.png" />
|
|
||||||
{% elsif page.collection == 'clients' %}
|
|
||||||
<meta name="twitter:image" content="{{ site.url }}/images/clients/{{ page.slug }}.png" />
|
|
||||||
{% else %}
|
{% else %}
|
||||||
<meta name="twitter:image" content="{{ site.url }}/assets/img/Cotech_512x512.png" />
|
<meta name="twitter:image" content="{{ site.url }}/assets/img/Cotech_512x512.png" />
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|||||||
Reference in New Issue
Block a user