diff options
Diffstat (limited to 'data/example/templates')
-rw-r--r-- | data/example/templates/post.html | 7 |
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$ |