Skip to content

Instantly share code, notes, and snippets.

@ootput
Created November 26, 2014 07:56
Show Gist options
  • Select an option

  • Save ootput/368a9e05915d3f68fff5 to your computer and use it in GitHub Desktop.

Select an option

Save ootput/368a9e05915d3f68fff5 to your computer and use it in GitHub Desktop.
Readernaut on Chyrp
{% if modules.readernaut %}
<h3><span>${ "Readernaut" }</span></h3>
<table><tr>
{% for book in modules.readernaut.books %}
<td>
<a href="$book.book_edition.permalink">
<img src="$book.book_edition.covers.cover_small" alt="$book.book_edition.title" />
</a>
</td>
{% endfor %}
</tr></table>
{% endif %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment