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.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/feedblog/templates/post.html b/examples/feedblog/templates/post.html
index 46797a4..e2864ba 100644
--- a/examples/feedblog/templates/post.html
+++ b/examples/feedblog/templates/post.html
@@ -1,4 +1,4 @@
-<h1>$title</h1>
-by <em>$author</em> on <strong>$date</strong>
+<h1>$title$</h1>
+by <em>$author$</em> on <strong>$date$</strong>
-$body
+$body$