Shorten page title, remove broken summary token, update image url token, fill... #305

Merged
cedewey merged 1 commit from 177-open-graph into master 2019-02-20 14:12:07 +00:00
2 changed files with 13 additions and 10 deletions

View file

@ -7,7 +7,12 @@ _core:
id: global
label: Global
tags:
title: '[current-page:title] | [site:name]'
title: '[current-page:title]'
canonical_url: '[current-page:url]'
og_site_name: Agaric
og_title: '[current-page:title] | [site:name]'
og_title: '[current-page:title]'
twitter_cards_site_id: '14375823'
twitter_cards_page_url: '[current-page:url]'
twitter_cards_site: '@agaric'
twitter_cards_title: '[current-page:title]'
twitter_cards_type: summary

View file

@ -7,15 +7,13 @@ _core:
id: node
label: Content
tags:
title: '[node:title] | [site:name]'
image_src: '[node:field_image:entity:url]'
title: '[node:title]'
canonical_url: '[node:url]'
description: '[node:summary]'
image_src: '[node:field_image]'
og_image: '[node:field_image]'
og_image_alt: '[node:field_image:alt]'
og_description: '[node:summary]'
og_image: '[node:field_image:entity:url]'
og_site_name: Agaric
og_title: '[node:title] | [site:name]'
twitter_cards_image: '[node:field_image]'
og_title: '[node:title]'
og_image_alt: '[node:field_image:alt]'
twitter_cards_image_alt: '[node:field_image:alt]'
twitter_cards_image: '[node:field_image:entity:url]'
twitter_cards_type: summary