summaryrefslogtreecommitdiff
path: root/templates/details/entry.html
diff options
context:
space:
mode:
authorluxagraf <sng@luxagraf.net>2011-05-19 16:45:12 -0400
committerluxagraf <sng@luxagraf.net>2011-05-19 16:45:12 -0400
commitc5805378d6864e63d432825c6453d24d716bd855 (patch)
treef5bad253b4c9d6a726862509920e77a32cbca9c1 /templates/details/entry.html
parentd393c88c21805502f5fd69a02b9a4592eaf0d735 (diff)
added pubdate attribute totime element, added time element to photos page
Diffstat (limited to 'templates/details/entry.html')
-rw-r--r--templates/details/entry.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/details/entry.html b/templates/details/entry.html
index 739be15..a5524d0 100644
--- a/templates/details/entry.html
+++ b/templates/details/entry.html
@@ -25,7 +25,7 @@ class="{%if t == 0 or t == 2 %}single{%endif%}{%if t == 1 or t == 3 %}double{%en
<meta itemprop="longitude" content="{{object.longitude}}" /></span>
{%comment%} &nbsp;&nbsp;(<a href="" title="">Map</a>, <a href="" title="">Photos</a>){%endcomment%}
</aside>
- <time datetime="{{object.pub_date|date:'c'}}">{{object.pub_date|date:"F"}} <span>{{object.pub_date|date:"j, Y"}}</span></time>
+ <time datetime="{{object.pub_date|date:'c'}}" pubdate>{{object.pub_date|date:"F"}} <span>{{object.pub_date|date:"j, Y"}}</span></time>
</header>
<div class="post-body{% with object.template_name as t %}{%if t == 0 or t == 2 %}-single{%endif%}{%if t == 1 or t == 3 %}-double{%endif%}{%endwith%}">
{{object.body_html|smartypants|widont|safe}}