Commit metatag changes
This commit is contained in:
parent
cbbda95fbd
commit
bd27ff76d6
|
@ -7,17 +7,19 @@ _core:
|
||||||
id: global
|
id: global
|
||||||
label: Global
|
label: Global
|
||||||
tags:
|
tags:
|
||||||
title: '[current-page:title] | [site:name] - [site:slogan]'
|
shortlink: '[current-page:url:unaliased]'
|
||||||
shortlink: 'https://opdavi.es[current-page:url:path]'
|
|
||||||
canonical_url: '[current-page:url]'
|
canonical_url: '[current-page:url]'
|
||||||
|
title: '[current-page:title] | [site:name] - [site:slogan]'
|
||||||
image_src: 'https://www.oliverdavies.uk/sites/default/files/images/me-precedent.jpg'
|
image_src: 'https://www.oliverdavies.uk/sites/default/files/images/me-precedent.jpg'
|
||||||
og_image: 'https://www.oliverdavies.uk/sites/default/files/images/me-precedent.jpg'
|
profile_username: opdavies
|
||||||
og_title: '[current-page:title]'
|
og_title: '[current-page:title]'
|
||||||
|
og_image: 'https://www.oliverdavies.uk/sites/default/files/images/me-precedent.jpg'
|
||||||
|
og_url: '[current-page:url:absolute]'
|
||||||
og_site_name: '[site:name]'
|
og_site_name: '[site:name]'
|
||||||
|
twitter_cards_creator_id: '24857701'
|
||||||
|
twitter_cards_site: '@opdavies'
|
||||||
|
twitter_cards_page_url: '[current-page:url]'
|
||||||
twitter_cards_site_id: '24857701'
|
twitter_cards_site_id: '24857701'
|
||||||
twitter_cards_type: summary
|
twitter_cards_type: summary
|
||||||
twitter_cards_title: '[current-page:title]'
|
twitter_cards_title: '[current-page:title] - [site:name]'
|
||||||
twitter_cards_creator: '@opdavies'
|
twitter_cards_creator: '@opdavies'
|
||||||
twitter_cards_page_url: '[current-page:url]'
|
|
||||||
twitter_cards_site: '@opdavies'
|
|
||||||
twitter_cards_creator_id: '24857701'
|
|
||||||
|
|
|
@ -7,6 +7,12 @@ _core:
|
||||||
id: node
|
id: node
|
||||||
label: Content
|
label: Content
|
||||||
tags:
|
tags:
|
||||||
title: '[node:title] | [site:name]'
|
|
||||||
description: '[node:summary]'
|
description: '[node:summary]'
|
||||||
|
abstract: '[node:summary]'
|
||||||
canonical_url: '[node:url]'
|
canonical_url: '[node:url]'
|
||||||
|
title: '[node:title] | [site:name] - [site:slogan]'
|
||||||
|
og_type: article
|
||||||
|
article_published_time: '[node:changed:custom:c]'
|
||||||
|
og_updated_time: '[node:changed:custom:c]'
|
||||||
|
twitter_cards_title: '[node:title] | [site:name]'
|
||||||
|
twitter_cards_description: '[node:summary]'
|
||||||
|
|
|
@ -6,4 +6,3 @@ id: node__post
|
||||||
label: 'Content: Blog post'
|
label: 'Content: Blog post'
|
||||||
tags:
|
tags:
|
||||||
description: '[node:field_excerpt]'
|
description: '[node:field_excerpt]'
|
||||||
title: '[node:title]'
|
|
||||||
|
|
|
@ -6,4 +6,3 @@ id: node__talk
|
||||||
label: 'Content: Talk'
|
label: 'Content: Talk'
|
||||||
tags:
|
tags:
|
||||||
description: '[node:field_excerpt]'
|
description: '[node:field_excerpt]'
|
||||||
title: '[node:title]'
|
|
||||||
|
|
|
@ -7,6 +7,6 @@ _core:
|
||||||
id: taxonomy_term
|
id: taxonomy_term
|
||||||
label: 'Taxonomy term'
|
label: 'Taxonomy term'
|
||||||
tags:
|
tags:
|
||||||
canonical_url: '[term:url]'
|
|
||||||
description: '[term:description]'
|
description: '[term:description]'
|
||||||
title: '[term:name] | [site:name]'
|
canonical_url: '[term:url]'
|
||||||
|
title: '[term:name] | [site:name] - [site:slogan]'
|
||||||
|
|
Loading…
Reference in a new issue