summaryrefslogtreecommitdiff
path: root/data/example/templates/post.html
diff options
context:
space:
mode:
Diffstat (limited to 'data/example/templates/post.html')
-rw-r--r--data/example/templates/post.html7
1 files changed, 6 insertions, 1 deletions
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 @@
-<div class="info">Posted on $date$</div>
+<div class="info">
+ Posted on $date$
+ $if(author)$
+ by $author$
+ $endif$
+</div>
$body$