Export metatag settings

This commit is contained in:
Oliver Davies 2020-08-21 00:50:11 +01:00
parent c01296fe57
commit 79f7a43194
4 changed files with 17 additions and 1 deletions

View file

@ -34,6 +34,8 @@ module:
menu_trail_by_path: 0 menu_trail_by_path: 0
menu_ui: 0 menu_ui: 0
metatag: 0 metatag: 0
metatag_open_graph: 0
metatag_twitter_cards: 0
migrate: 0 migrate: 0
migrate_plus: 0 migrate_plus: 0
migrate_tools: 0 migrate_tools: 0

View file

@ -7,5 +7,17 @@ _core:
id: global id: global
label: Global label: Global
tags: tags:
canonical_url: '[current-page:url]'
title: '[current-page:title] | [site:name] - [site:slogan]' title: '[current-page:title] | [site:name] - [site:slogan]'
shortlink: 'https://opdavi.es[current-page:url:path]'
canonical_url: '[current-page:url]'
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'
og_title: '[current-page:title]'
og_site_name: '[site:name]'
twitter_cards_site_id: '24857701'
twitter_cards_type: summary
twitter_cards_title: '[current-page:title]'
twitter_cards_creator: '@opdavies'
twitter_cards_page_url: '[current-page:url]'
twitter_cards_site: '@opdavies'
twitter_cards_creator_id: '24857701'

View file

@ -6,3 +6,4 @@ id: node__post
label: 'Content: Blog post' label: 'Content: Blog post'
tags: tags:
description: '[node:field_excerpt]' description: '[node:field_excerpt]'
title: '[node:title]'

View file

@ -6,3 +6,4 @@ id: node__talk
label: 'Content: Talk' label: 'Content: Talk'
tags: tags:
description: '[node:field_excerpt]' description: '[node:field_excerpt]'
title: '[node:title]'