commit 061725be79aaea0609b17645eaca36f69fed6467
parent b5c005fa336c199c4e11a5eeda0a697630a99d66
Author: Dan Callaghan <djc@djc.id.au>
Date: Sun, 31 Aug 2008 20:15:58 +1000
show post time for ordinary entries
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/templates/_entry.xml b/templates/_entry.xml
@@ -13,7 +13,7 @@ from viewutils import mini_markdown, tag_list, category_list
<h3 class="entrytitle" id="post-${entry.id}"><a href="${config.REL_BASE}/${entry.id}" rel="bookmark">${mini_markdown(entry.title)}</a></h3>
<div class="entrymeta">
- Posted ${entry.publication_date.strftime(str('%-1d %B %Y'))}
+ Posted ${entry.publication_date.strftime(str('%-1d %B %Y at %H:%M'))}
<py:if test="entry.categories">
in ${category_list(entry.categories)}
</py:if>