summaryrefslogtreecommitdiff
path: root/examples/feedblog/templates/postitem.html
diff options
context:
space:
mode:
authorBenedict Eastaugh <benedict@eastaugh.net>2011-03-29 17:54:26 +0100
committerBenedict Eastaugh <benedict@eastaugh.net>2011-03-29 17:54:26 +0100
commit4d7b8896950fa82d3ef0242e3a2e7d6e4149e64b (patch)
tree932af85b0d838fddfad554805c4561c0a5f24713 /examples/feedblog/templates/postitem.html
parent5a15be95bdb48f9be509d37abd06545df114c1b9 (diff)
downloadhakyll-4d7b8896950fa82d3ef0242e3a2e7d6e4149e64b.tar.gz
Fix some templates in the feedblog example.
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>