diff options
Diffstat (limited to 'templates/includes/recent_entries_template.html')
-rw-r--r-- | templates/includes/recent_entries_template.html | 2 |
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> <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 »</a></span> </article>{% endfor %} |