Display post author and date in the post view

Signed-off-by: Joseph Nuthalapati <njoseph@thoughtworks.com>
This commit is contained in:
Joseph Nuthalapati
2018-05-19 10:16:05 +05:30
parent 1870f52332
commit ff50143c1c
2 changed files with 15 additions and 2 deletions
+5
View File
@@ -9,6 +9,11 @@
{% endblock header %}
{% block content %}
<h1><a href="/@/{{ author.fqn }}/">{{ author.display_name }}</a></h1>
<div>
{{ date | date(format="%B %e, %Y") }}
</div>
<br/>
<h1>{{ post.title }}</h1>
<article>
{{ post.content | safe }}