summaryrefslogtreecommitdiff
path: root/templates/includes/recent_entries_template.html
diff options
context:
space:
mode:
authorluxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f <luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f>2010-09-30 00:29:19 +0000
committerluxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f <luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f>2010-09-30 00:29:19 +0000
commitdf6cf28b30470166774213102378ded5931bc975 (patch)
treeec43096ac57a5db8137e7574a0d74c3d3c98695e /templates/includes/recent_entries_template.html
parent77b779dfd43386ab9a9f9aa5924df57fd6bcdb62 (diff)
added viewport scaling
Diffstat (limited to 'templates/includes/recent_entries_template.html')
-rw-r--r--templates/includes/recent_entries_template.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/includes/recent_entries_template.html b/templates/includes/recent_entries_template.html
index a743ecf..2140cb6 100644
--- a/templates/includes/recent_entries_template.html
+++ b/templates/includes/recent_entries_template.html
@@ -3,8 +3,8 @@
<p class="dateline">
<span class="location">{% if object.location.state.country.name == "United States" %}{{object.location.name|smartypants|safe}}, <a href="/writing/united-states/1/" title="travel writing from the United States">{{object.location.state.name}}</a>{%else%}{{object.location.name|smartypants|safe}}, <a href="/writing/{{object.location.state.country.slug}}/1/" title="travel writing from {{object.location.state.country.name}}">{{object.location.state.country.name}}</a>{%endif%}</span> &nbsp;
<time datetime="{{object.pub_date|date:'c'}}">{{object.pub_date|date:"m/d/y"}}</time>
- {%if object.thumbnail%}<img src="{{object.get_thumbnail_url}}" alt="{{ object.title }}" class="post-image" />{%endif%}
</p>
+ {%if object.thumbnail%}<img src="{{object.get_thumbnail_url}}" alt="{{ object.title }}" class="post-image" />{%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 %}