diff options
author | luxagraf <luxagraf@gmail.com> | 2011-08-16 22:07:54 -0400 |
---|---|---|
committer | luxagraf <luxagraf@gmail.com> | 2011-08-16 22:07:54 -0400 |
commit | 0b481fd7931c2ae20ca21f89a87f2ba6a6c01e10 (patch) | |
tree | fbcb1ccee6512aa91b665f231a4405ecedef439f /templates/bin/recent_entries.html | |
parent | 5e76a7bbb5d114ecd310ad3f408c33331a072037 (diff) |
cleaned up html in archives, eliminated some nav and section tags
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> |