Skip to content

Commit

Permalink
Use the right image class.
Browse files Browse the repository at this point in the history
  • Loading branch information
waferbaby committed Jan 29, 2012
1 parent c7a01ab commit 148eb11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
{% if forloop.first %}
<a href='http://{{post.slug}}.usesthis.com/' title='View an interview with {{post.person}}.'><img src='/images/portraits/{{post.slug}}.jpg' alt='{{post.person}}' width='500' height='335' class='portrait'></a>
{% else %}
<a href='http://{{post.slug}}.usesthis.com/' title='View an interview with {{post.person}}.'><img src='/images/thumbnails/{{post.slug}}.jpg' alt='{{post.person}}' width='500' height='100' class='portrait'></a>
<a href='http://{{post.slug}}.usesthis.com/' title='View an interview with {{post.person}}.'><img src='/images/thumbnails/{{post.slug}}.jpg' alt='{{post.person}}' width='500' height='100' class='thumbnail'></a>
{% endif %}
</figure>

Expand Down

0 comments on commit 148eb11

Please sign in to comment.