Skip to content

Instantly share code, notes, and snippets.

@prismicdeveloper
Created March 31, 2015 09:44
Show Gist options
  • Save prismicdeveloper/4cbc1abffe7cc1209f95 to your computer and use it in GitHub Desktop.
Save prismicdeveloper/4cbc1abffe7cc1209f95 to your computer and use it in GitHub Desktop.
author = doc.get_text('blog-post.author')
if author == nil
name = 'Anonymous'
else
name = author.value
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment