summaryrefslogtreecommitdiff
path: root/examples/feedblog/templates/post.html
diff options
context:
space:
mode:
Diffstat (limited to 'examples/feedblog/templates/post.html')
-rw-r--r--examples/feedblog/templates/post.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/feedblog/templates/post.html b/examples/feedblog/templates/post.html
index e2864ba..dd0db95 100644
--- a/examples/feedblog/templates/post.html
+++ b/examples/feedblog/templates/post.html
@@ -1,4 +1,5 @@
<h1>$title$</h1>
-by <em>$author$</em> on <strong>$date$</strong>
+
+<p>by <em>$author$</em> on <strong>$date$</strong></p>
$body$