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/default.html | |
parent | 5a15be95bdb48f9be509d37abd06545df114c1b9 (diff) | |
download | hakyll-4d7b8896950fa82d3ef0242e3a2e7d6e4149e64b.tar.gz |
Fix some templates in the feedblog example.
Diffstat (limited to 'examples/feedblog/templates/default.html')
-rw-r--r-- | examples/feedblog/templates/default.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/feedblog/templates/default.html b/examples/feedblog/templates/default.html index b7a3c1e..7aac5d5 100644 --- a/examples/feedblog/templates/default.html +++ b/examples/feedblog/templates/default.html @@ -14,10 +14,10 @@ <body> <h1>SimpleBlog - $title$</h1> <div id="navigation"> - <a href="/index.html">Home</a> + <a href="/">Home</a> <a href="/posts.html">All posts</a> </div> - + $body$ </body> </html> |