diff options
author | Benedict Eastaugh <benedict@eastaugh.net> | 2011-03-29 17:54:26 +0100 |
---|---|---|
committer | Benedict Eastaugh <benedict@eastaugh.net> | 2011-03-29 17:54:26 +0100 |
commit | 4d7b8896950fa82d3ef0242e3a2e7d6e4149e64b (patch) | |
tree | 932af85b0d838fddfad554805c4561c0a5f24713 /examples/feedblog/templates/postitem.html | |
parent | 5a15be95bdb48f9be509d37abd06545df114c1b9 (diff) | |
download | hakyll-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.html | 2 |
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> |