Skip to content

Instantly share code, notes, and snippets.

@pkafei
Created July 23, 2015 15:18
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 pkafei/126ec5a9803220c34d1f to your computer and use it in GitHub Desktop.
Save pkafei/126ec5a9803220c34d1f to your computer and use it in GitHub Desktop.
{% for book in books %}
{% get_crop book.cover "cover-image-landing" as img %}
<li><a class="cover" target="_blank" href="{{ book.get_absolute_url }}">
<img src="{{ img.url }}"/></a></li>
{% endfor %}
<span class="buy-now">Read Me</span>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment