diff --git a/templates/post_detail.html b/templates/post_detail.html index 2672b88..2ed2a3b 100644 --- a/templates/post_detail.html +++ b/templates/post_detail.html @@ -2,24 +2,25 @@ Template{% endblock %} {% block content %} {% from "components/post_renderer.html" import render_post %} {% from "components/comment_renderer.html" import render_comment %} +
{{ post.subtitle }}
++ Posted on {{ post.date }} +
+ {{ render_post(post) }} +{{ post.subtitle }}
-- Posted on {{ post.date }} -
- {{ render_post(post) }} - - -