You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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
nortwitter:description
are rendered.The text was updated successfully, but these errors were encountered: