-
Notifications
You must be signed in to change notification settings - Fork 32
Open
Description
Hi there! Thanks for creating this gem. I'm trying to reuse title & description for twitter title & description, but not having any luck. I tried both:
= metamagic site: 'My Site',
title: [:title, :site],
separator: ' | ',
description: 'Default description...',
twitter: { card: 'summary', title: -> { title }, description: -> { description } }
and:
= metamagic site: 'My Site',
title: [:title, :site],
separator: ' | ',
description: 'Default description...',
twitter: { card: 'summary', title: [:title], description: [:description] }
Unfortunately neither the twitter:title
nor twitter:description
are rendered.
brunjo
Metadata
Metadata
Assignees
Labels
No labels