summaryrefslogtreecommitdiff
path: root/templates/bin
diff options
context:
space:
mode:
Diffstat (limited to 'templates/bin')
-rw-r--r--templates/bin/recent_entries.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/bin/recent_entries.html b/templates/bin/recent_entries.html
index c585245..0ee93b6 100644
--- a/templates/bin/recent_entries.html
+++ b/templates/bin/recent_entries.html
@@ -7,7 +7,7 @@
</span> &nbsp;
<time datetime="{{object.pub_date|date:'c'}}">{{object.pub_date|date:"m/d/y"}}</time>
</p>
- {%if object.thumbnail%}<img src="{{object.get_thumbnail_url}}" alt="{{ object.title }}" class="post-image" />{%endif%}
+ {%if object.thumbnail%}<img src="{{object.get_thumbnail_url}}" alt="{{ object.title }}" class="post-image" width="{{object.thumb_width}}" height="{{object.thumb_height}}" />{%endif%}
<p class="hyphenate">{{object.dek|safe}}</p>
<span class="button"><a class="permalink" href="{{object.get_absolute_url}}" title="{{object.title}}">More&nbsp;&raquo;</a></span>
</article>{% endfor %}