summaryrefslogtreecommitdiff
path: root/examples/simpleblog/templates/postitem.html
diff options
context:
space:
mode:
Diffstat (limited to 'examples/simpleblog/templates/postitem.html')
-rw-r--r--examples/simpleblog/templates/postitem.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/simpleblog/templates/postitem.html b/examples/simpleblog/templates/postitem.html
index 0e62418..19c954b 100644
--- a/examples/simpleblog/templates/postitem.html
+++ b/examples/simpleblog/templates/postitem.html
@@ -1,4 +1,4 @@
<li>
- <a href="$root/$url">$title</a>
- - <em>$date</em> - by <em>$author</em>
+ <a href="/$url$">$title$</a>
+ - <em>$date$</em> - by <em>$author$</em>
</li>