Skip to content

Instantly share code, notes, and snippets.

@skoop
Created October 17, 2015 13:26
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 skoop/f109783bb755ddeb7890 to your computer and use it in GitHub Desktop.
Save skoop/f109783bb755ddeb7890 to your computer and use it in GitHub Desktop.
<div class="grid_3">
<div class="event">
<img src="{{ thumbnail(dj.image, 270, 170) }}" alt="{{ dj.name }}"/>
<h6 class="color_2">
<a href="{{ dj.link }}">{{ dj.name }}</a>
</h6>
<p>{{ dj.teaser }}</p>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment