mirror of
https://git.coop/cotech/website.git
synced 2024-11-21 22:33:05 +00:00
title metadata tweak for #53
This commit is contained in:
parent
0914a852d6
commit
ab75dc95fb
@ -10,7 +10,11 @@
|
||||
<meta charset="UTF-8">
|
||||
<title>{{ page.title }} « {{ site.long_title }}</title>
|
||||
<meta property="og:type" content="website" />
|
||||
{% if page.layout == "home" %}
|
||||
<meta property="og:title" content="{{ page.title }} « {{ site.long_title }}" />
|
||||
{% else %}
|
||||
<meta property="og:title" content="{{ page.title }} « {{ site.title }} « {{ site.long_title }}" />
|
||||
{% endif %}
|
||||
{% if page.description %}
|
||||
<meta property="og:description" content="{{ page.description | strip_html | strip_newlines }}" />
|
||||
{% elsif page.collection == 'coops' and page.content %}
|
||||
|
Loading…
Reference in New Issue
Block a user