diff options
Diffstat (limited to 'templates/details/photo_galleries.html')
-rw-r--r-- | templates/details/photo_galleries.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/details/photo_galleries.html b/templates/details/photo_galleries.html index bb137b6..6e4f4d5 100644 --- a/templates/details/photo_galleries.html +++ b/templates/details/photo_galleries.html @@ -28,7 +28,7 @@ <div class="fig"><img src="{{photo.get_local_slideshow_url}}" alt="{{photo.title}}" title="{{photo.title}}" {%if photo.is_portait %}class="v"{%endif%} height="{{photo.slideshowimage_height}}" width="{{photo.slideshowimage_width}}" /></div> <div class="figcaption"> <div class="caption" id="id-{{photo.id}}"> - <h3>{{photo.title}} <span>{{photo.exif_date|date:"M j, Y"}}</span></h3> + <h3>{{photo.title}} <time datetime="{{photo.exif_date|date:'c'}}" pubdate>{{photo.exif_date|date:"M j, Y"}}</time></h3> <a class="map-link" href="#" title="{{photo.lat}},{{photo.lon}},id-{{photo.id}}">Map</a> {%if photo.description %}<p>{{photo.description|safe}}</p> {%endif%} </div> |