summaryrefslogtreecommitdiff
path: root/examples/tagblog/templates/post.html
diff options
context:
space:
mode:
Diffstat (limited to 'examples/tagblog/templates/post.html')
-rw-r--r--examples/tagblog/templates/post.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/examples/tagblog/templates/post.html b/examples/tagblog/templates/post.html
index 8ecb87d..3c47f1b 100644
--- a/examples/tagblog/templates/post.html
+++ b/examples/tagblog/templates/post.html
@@ -1,5 +1,5 @@
-<h1>$title</h1>
-by <em>$author</em> on <strong>$date</strong>
-<div>Tagged as: $tags.</div>
+<h1>$title$</h1>
+by <em>$author$</em> on <strong>$date$</strong>
+<div>Tagged as: $prettytags$.</div>
-$body
+$body$