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