Update metatag settings
This commit is contained in:
parent
6607d8a34f
commit
661286b08e
2 changed files with 4 additions and 2 deletions
|
@ -8,4 +8,6 @@ id: front
|
|||
label: 'Front page'
|
||||
tags:
|
||||
canonical_url: '[site:url]'
|
||||
description: '[node:field_summary]'
|
||||
shortlink: '[site:url]'
|
||||
title: '[node:title] | [site:name]'
|
||||
|
|
|
@ -7,6 +7,6 @@ _core:
|
|||
id: node
|
||||
label: Content
|
||||
tags:
|
||||
title: '[node:title] | [site:name]'
|
||||
description: '[node:summary]'
|
||||
canonical_url: '[node:url]'
|
||||
description: '[node:field_summary]'
|
||||
title: '[node:title] | [site:name]'
|
||||
|
|
Loading…
Reference in a new issue