Display post author and date in the post view
Signed-off-by: Joseph Nuthalapati <njoseph@thoughtworks.com>
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user