diff options
Diffstat (limited to 'examples/tagblog/templates')
-rw-r--r-- | examples/tagblog/templates/post.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/examples/tagblog/templates/post.html b/examples/tagblog/templates/post.html index 3c47f1b..0233fc1 100644 --- a/examples/tagblog/templates/post.html +++ b/examples/tagblog/templates/post.html @@ -1,5 +1,7 @@ <h1>$title$</h1> -by <em>$author$</em> on <strong>$date$</strong> -<div>Tagged as: $prettytags$.</div> + +<p>by <em>$author$</em> on <strong>$date$</strong></p> + +<p>Tagged as: $prettytags$.</p> $body$ |