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