From a5df14addc2abe0dd00c3019af736d78bdbdaecf Mon Sep 17 00:00:00 2001 From: ikkez Date: Thu, 15 Jan 2015 21:35:10 +0100 Subject: [PATCH] add author name to single post view, #3 --- ui/templates/post_single.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ui/templates/post_single.html b/ui/templates/post_single.html index 22b63fa..432b553 100644 --- a/ui/templates/post_single.html +++ b/ui/templates/post_single.html @@ -4,6 +4,9 @@

{{@content.title | esc}}

{{date('d.m.Y',strtotime(@content.publish_date))}} + + {{@content.author.name}} +