Skip to content

Instantly share code, notes, and snippets.

@Kadrian
Created January 9, 2015 05:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Kadrian/83f8aacac8c8e118ce1c to your computer and use it in GitHub Desktop.
Save Kadrian/83f8aacac8c8e118ce1c to your computer and use it in GitHub Desktop.
Render the author's image
<% if not no_author_img %>
<img class="author" src="<%= author['author.image'].views['small'].url %>">
<% end %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment