Add rake tasks #306

Merged
wolcen merged 60 commits from add-rake-tasks into master 2019-02-20 21:07:08 +00:00
2 changed files with 13 additions and 10 deletions
Showing only changes of commit 0d430a624c - Show all commits

View file

@ -7,7 +7,12 @@ _core:
id: global id: global
label: Global label: Global
tags: tags:
title: '[current-page:title] | [site:name]' title: '[current-page:title]'
canonical_url: '[current-page:url]' canonical_url: '[current-page:url]'
og_site_name: Agaric 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 id: node
label: Content label: Content
tags: tags:
title: '[node:title] | [site:name]' image_src: '[node:field_image:entity:url]'
title: '[node:title]'
canonical_url: '[node:url]' canonical_url: '[node:url]'
description: '[node:summary]' og_image: '[node:field_image:entity:url]'
image_src: '[node:field_image]'
og_image: '[node:field_image]'
og_image_alt: '[node:field_image:alt]'
og_description: '[node:summary]'
og_site_name: Agaric og_site_name: Agaric
og_title: '[node:title] | [site:name]' og_title: '[node:title]'
twitter_cards_image: '[node:field_image]' og_image_alt: '[node:field_image:alt]'
twitter_cards_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 twitter_cards_type: summary