{{ post.title }}
- Published on {{ post.pub_date }} with no comments.
+ Published on {{ post.pub_date }}
{% if from_index and summary|length > 1 %}
diff --git a/templates/blog/post.html b/templates/blog/post.html index af98201..d572adf 100644 --- a/templates/blog/post.html +++ b/templates/blog/post.html @@ -7,15 +7,9 @@ {% block main_content %} {{ render_blog_post(this) }} - {% if this.comments_enabled %} -