summaryrefslogtreecommitdiff
path: root/templates/public/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/public/index.html')
-rw-r--r--templates/public/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/public/index.html b/templates/public/index.html
index 72f0b12b..5a87787d 100644
--- a/templates/public/index.html
+++ b/templates/public/index.html
@@ -46,7 +46,7 @@
{% for news in news_updates %}
<h4><a href="{{ news.get_absolute_url }}"
title="View full article: {{ news.title }}">{{ news.title }}</a></h4>
- <p class="timestamp">{{ news.postdate }}</p>
+ <p class="timestamp">{{ news.postdate|date }}</p>
<div class="article-content">{{ news.content|markdown|truncatewords_html:75 }}</div>
{% endfor %}