{{ title }} - - {{ post_publication_date }} + + {{ post_publication_date.date() }} {% for post_tag in post_tags %} diff --git a/static/blog_index.tmpl.html b/static/blog_index.tmpl.html index 7ba8570..df6a1a3 100644 --- a/static/blog_index.tmpl.html +++ b/static/blog_index.tmpl.html @@ -32,8 +32,8 @@ {{ post.title }} - - {{ post.post_publication_date }} + + {{ post.post_publication_date.date() }} {% for post_tag in post.post_tags %}
{{ post.title }} - - {{ post.post_publication_date }} + + {{ post.post_publication_date.date() }} {% for post_tag in post.post_tags %}