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