gdritter repos frony-ritter-designs / master templates / design_tile.mustache
master

Tree @master (Download .tar.gz)

design_tile.mustache @masterraw · history · blame

1
2
3
4
5
6
7
8
<a href="/design/{{id_str}}/{{slug}}/">
  <div class="design-tile">
    <div id="img">
      <img src="/static/photos/{{thumbnail}}" alt="{{title}} photo" />
    </div>
    <span class="title">{{title}}</span>
  </div>
</a>