Skip to content

Instantly share code, notes, and snippets.

@Haraldson
Created July 4, 2012 14:32
Show Gist options
  • Save Haraldson/3047671 to your computer and use it in GitHub Desktop.
Save Haraldson/3047671 to your computer and use it in GitHub Desktop.
{def $meta = hash(
'og:title', $node.name|wash(),
'og:description', $node.data_map.excerpt.content.output.output_text|striphtml()|trim()
)}
{* The template stuff... *}
{include uri='design:meta/relay.tpl' meta=$meta}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment