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'
|
label: 'Front page'
|
||||||
tags:
|
tags:
|
||||||
canonical_url: '[site:url]'
|
canonical_url: '[site:url]'
|
||||||
|
description: '[node:field_summary]'
|
||||||
shortlink: '[site:url]'
|
shortlink: '[site:url]'
|
||||||
|
title: '[node:title] | [site:name]'
|
||||||
|
|
|
@ -7,6 +7,6 @@ _core:
|
||||||
id: node
|
id: node
|
||||||
label: Content
|
label: Content
|
||||||
tags:
|
tags:
|
||||||
title: '[node:title] | [site:name]'
|
|
||||||
description: '[node:summary]'
|
|
||||||
canonical_url: '[node:url]'
|
canonical_url: '[node:url]'
|
||||||
|
description: '[node:field_summary]'
|
||||||
|
title: '[node:title] | [site:name]'
|
||||||
|
|
Loading…
Reference in a new issue