diff options
Diffstat (limited to 'templates/bin/recent_entries.html')
-rw-r--r-- | templates/bin/recent_entries.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/bin/recent_entries.html b/templates/bin/recent_entries.html index 0cf3034..f86d6f2 100644 --- a/templates/bin/recent_entries.html +++ b/templates/bin/recent_entries.html @@ -5,7 +5,7 @@ <meta itemprop="latitude" content="{{object.latitude}}" /> <meta itemprop="longitude" content="{{object.longitude}}" /> </span> - <time datetime="{{object.pub_date|date:'c'}}">{{object.pub_date|date:"m/d/y"}}</time> + <time datetime="{{object.pub_date|date:'c'}}" pubdate>{{object.pub_date|date:"m/d/y"}}</time> </p> {%if object.thumbnail%}<a class="permalink" href="{{object.get_absolute_url}}" title="{{object.title}}"><img src="{{object.get_thumbnail_url}}" alt="{{ object.title }}" class="post-image" width="{{object.thumb_width}}" height="{{object.thumb_height}}" /></a>{%endif%} <p class="hyphenate">{{object.dek|safe}}</p> |