From a591b1622fe9608bc1dc485b74a54730c958bf4d Mon Sep 17 00:00:00 2001 From: Jasper Van der Jeugt Date: Wed, 12 Jun 2013 12:15:53 +0200 Subject: All ready for the 4.3 release! --- data/example/templates/post.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'data/example/templates/post.html') diff --git a/data/example/templates/post.html b/data/example/templates/post.html index 4b39962..bf0f826 100644 --- a/data/example/templates/post.html +++ b/data/example/templates/post.html @@ -1,3 +1,8 @@ -
Posted on $date$
+
+ Posted on $date$ + $if(author)$ + by $author$ + $endif$ +
$body$ -- cgit v1.2.3