diff options
Diffstat (limited to 'templates/works.html')
-rw-r--r-- | templates/works.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/works.html b/templates/works.html index bb22aa6..155af0b 100644 --- a/templates/works.html +++ b/templates/works.html @@ -14,7 +14,7 @@ {% for work in works.children %} - <tr class="works {% if work.selected %}flash{% endif %}" {% if work.selected %}{% set r = range(10, 60) | random/10 %}style="animation-duration: {{r}}s;"{% endif %}> + <tr class="works {% if work.selected %}{% endif %}" {% if work.selected %}{% endif %}> {% set gif = work.attachments.images.get(work.thumbnail) %} <td><img src="{{ gif.thumbnail(200)|url }}" class="workthumb"><a href="{{work|url}}">{{work.title}}</a></td> <td><a href="{{work|url}}"> |